Fix mozilla-ast after module loading changes

Need to explicitly qualify stuff now, since it's not evaluated in some
global scope.

Ref #636
This commit is contained in:
Mihai Bazon
2015-09-24 18:12:06 +03:00
parent 99233c44cc
commit 6637c267a5
3 changed files with 5 additions and 4 deletions

View File

@@ -14,3 +14,4 @@ exports["merge"] = merge;
exports["parse"] = parse;
exports["push_uniq"] = push_uniq;
exports["string_template"] = string_template;
exports["is_identifier"] = is_identifier;