export `parse()` (#2608)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sun, 17 Dec 2017 15:12:23 +0000 (23:12 +0800)
committerGitHub <noreply@github.com>
Sun, 17 Dec 2017 15:12:23 +0000 (23:12 +0800)
tools/exports.js

index e08296f..c09436a 100644 (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;