Export parse, OutputStream like previous UglifyJS

This commit is contained in:
Shawn Ridenour 2017-08-28 08:00:14 -06:00 committed by GitHub
parent f81ff10a9b
commit ea9b2fc1fe

View File

@ -3,3 +3,5 @@ exports["TreeWalker"] = TreeWalker;
exports["TreeTransformer"] = TreeTransformer;
exports["minify"] = minify;
exports["_push_uniq"] = push_uniq;
exports["parse"] = parse;
exports["OutputStream"] = OutputStream;