first commit

This commit is contained in:
s.golasch
2023-08-01 13:49:46 +02:00
commit 1fc239fd54
20238 changed files with 3112246 additions and 0 deletions

32
build/node_modules/lexical-scope/test/files/detect.js generated vendored Normal file
View File

@@ -0,0 +1,32 @@
var x = 5;
var y = 3, z = 2;
w.foo();
w = 2;
RAWR=444;
RAWR.foo();
BLARG=3;
foo(function () {
var BAR = 3;
process.nextTick(function (ZZZZZZZZZZZZ) {
console.log('beep boop');
var xyz = 4;
x += 10;
x.zzzzzz;
ZZZ=6;
});
function doom () {
if (AAA.aaa) {}
BBB.bbb = 3;
var z = 2 + CCC.x * 5;
}
ZZZ.foo();
});
function beep () {}
console.log(xyz);