fix double-descend()
for `AST_Export` in `AST_Toplevel.figure_out_scope()`
This commit is contained in:
parent
7755733716
commit
d2d3a6e065
|
|
@ -144,6 +144,7 @@ AST_Toplevel.DEFMETHOD("figure_out_scope", function(options){
|
||||||
in_export = true;
|
in_export = true;
|
||||||
descend();
|
descend();
|
||||||
in_export = false;
|
in_export = false;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (node instanceof AST_LabeledStatement) {
|
if (node instanceof AST_LabeledStatement) {
|
||||||
var l = node.label;
|
var l = node.label;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user