diff --git a/lib/scope.js b/lib/scope.js index 9b1a9daf..1aef38a6 100644 --- a/lib/scope.js +++ b/lib/scope.js @@ -144,6 +144,7 @@ AST_Toplevel.DEFMETHOD("figure_out_scope", function(options){ in_export = true; descend(); in_export = false; + return true; } if (node instanceof AST_LabeledStatement) { var l = node.label;