Initial commit

This commit is contained in:
Konstantin Kollar
2022-10-03 21:13:35 +02:00
commit 8529ee86e4
1120 changed files with 276225 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
if (true) {
(function () {
require('a');
})();
}
if (false) {
(function () {
var x = 10;
switch (x) {
case 1 : require('b'); break;
default : break;
}
})()
}
function qqq () {
require
(
"c"
);
}