diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2021-02-23 14:55:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 22:55:08 +0800 |
commit | d68d155f93a355a9f6f0451150186b7fad8c58b8 (patch) | |
tree | e3cba7df7cd9d2221ff2b97ea30d8c9a07e7bba1 /test/exports.js | |
parent | e535f1918915251681df6ffe80a56d56672685ea (diff) | |
download | tracifyjs-d68d155f93a355a9f6f0451150186b7fad8c58b8.tar.gz tracifyjs-d68d155f93a355a9f6f0451150186b7fad8c58b8.zip |
support `class` literals (#4658)
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 fd1237f3..9cebfaaf 100644 --- a/test/exports.js +++ b/test/exports.js @@ -1,5 +1,6 @@ exports["Compressor"] = Compressor; exports["defaults"] = defaults; +exports["is_statement"] = is_statement; exports["JS_Parse_Error"] = JS_Parse_Error; exports["List"] = List; exports["mangle_properties"] = mangle_properties; |