mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
revert walk more of tree
This commit is contained in:
parent
7d667615e0
commit
8193c06c8e
2 changed files with 4 additions and 1 deletions
|
@ -25,3 +25,5 @@ function f() { return import("x") }
|
||||||
|
|
||||||
|
|
||||||
let window = (1, window);
|
let window = (1, window);
|
||||||
|
|
||||||
|
let x = new this.Abc();
|
||||||
|
|
|
@ -77,7 +77,8 @@ where
|
||||||
} {
|
} {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
walk::walk_expression(self, it);
|
|
||||||
|
// don't walk further here it causes issues with constructors
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue