fix double-descend()
for `AST_Export` in `AST_Toplevel.figure_out_scope()`
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user