diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-08 03:24:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-08 03:24:42 +0800 |
commit | 4f8ca4626efb15dc986785c89c51cbb3061e5f32 (patch) | |
tree | 868a08425b50c70f0654a7ee675851da2633a53a /test/exports.js | |
parent | e54748365cba0509c82c089cdc2ef6a8bb1a724b (diff) | |
download | tracifyjs-4f8ca4626efb15dc986785c89c51cbb3061e5f32.tar.gz tracifyjs-4f8ca4626efb15dc986785c89c51cbb3061e5f32.zip |
deprecate low level API (#1877)
fixes #1872
Diffstat (limited to 'test/exports.js')
-rw-r--r-- | test/exports.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/exports.js b/test/exports.js new file mode 100644 index 00000000..f50b772c --- /dev/null +++ b/test/exports.js @@ -0,0 +1,13 @@ +exports["Compressor"] = Compressor; +exports["JS_Parse_Error"] = JS_Parse_Error; +exports["OutputStream"] = OutputStream; +exports["SourceMap"] = SourceMap; +exports["TreeWalker"] = TreeWalker; +exports["base54"] = base54; +exports["defaults"] = defaults; +exports["mangle_properties"] = mangle_properties; +exports["minify"] = minify; +exports["parse"] = parse; +exports["string_template"] = string_template; +exports["tokenizer"] = tokenizer; +exports["is_identifier"] = is_identifier; |