export missing API for AST manipulation (#3707)

This commit is contained in:
Alex Lam S.L
2020-02-06 18:46:25 +00:00
committed by GitHub
parent b0040ba654
commit 551420132c
7 changed files with 29 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
exports["Compressor"] = Compressor;
exports["defaults"] = defaults;
exports["JS_Parse_Error"] = JS_Parse_Error;
exports["List"] = List;
exports["mangle_properties"] = mangle_properties;
exports["MAP"] = MAP;
exports["minify"] = minify;
exports["OutputStream"] = OutputStream;
exports["parse"] = parse;