support `class` literals (#4658)
authorAlex Lam S.L <alexlamsl@gmail.com>
Tue, 23 Feb 2021 14:55:08 +0000 (14:55 +0000)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 14:55:08 +0000 (22:55 +0800)
commitd68d155f93a355a9f6f0451150186b7fad8c58b8
treee3cba7df7cd9d2221ff2b97ea30d8c9a07e7bba1
parente535f1918915251681df6ffe80a56d56672685ea
support `class` literals (#4658)
18 files changed:
lib/ast.js
lib/compress.js
lib/output.js
lib/parse.js
lib/scope.js
lib/transform.js
test/compress/classes.js [new file with mode: 0644]
test/compress/conditionals.js
test/compress/exports.js
test/compress/hoist_props.js
test/compress/imports.js
test/compress/objects.js
test/compress/properties.js
test/exports.js
test/reduce.js
test/sandbox.js
test/ufuzz/index.js
tools/exports.js