diff options
author | kzc <kzc@users.noreply.github.com> | 2020-02-05 21:50:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 02:50:59 +0000 |
commit | b0040ba6540232687204d125eff021adf11c4efa (patch) | |
tree | e11d708d5a194fb8a498ef9934f4c2e16bcb0007 /test/exports.js | |
parent | c93ca6ee5386f824e60bea6563d249c13854f171 (diff) | |
download | tracifyjs-b0040ba6540232687204d125eff021adf11c4efa.tar.gz tracifyjs-b0040ba6540232687204d125eff021adf11c4efa.zip |
implement CLI `--reduce-test` and reduce tests in ufuzz (#3705)
Diffstat (limited to 'test/exports.js')
-rw-r--r-- | test/exports.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/exports.js b/test/exports.js index cb76d7e0..793c9e33 100644 --- a/test/exports.js +++ b/test/exports.js @@ -2,6 +2,7 @@ exports["Compressor"] = Compressor; exports["defaults"] = defaults; exports["JS_Parse_Error"] = JS_Parse_Error; exports["mangle_properties"] = mangle_properties; +exports["MAP"] = MAP; exports["minify"] = minify; exports["OutputStream"] = OutputStream; exports["parse"] = parse; |