export parse() (#2608)

This commit is contained in:
Alex Lam S.L 2017-12-17 23:12:23 +08:00 committed by GitHub
parent 7918a50d52
commit 5de369fa67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,5 @@ exports["Dictionary"] = Dictionary;
exports["TreeWalker"] = TreeWalker;
exports["TreeTransformer"] = TreeTransformer;
exports["minify"] = minify;
exports["parse"] = parse;
exports["_push_uniq"] = push_uniq;