export parse()

This commit is contained in:
alexlamsl 2017-12-17 19:18:46 +08:00
parent 21794c9b8d
commit 5836dd14d7

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;