support nullish coalescing operator (#4678)
authorAlex Lam S.L <alexlamsl@gmail.com>
Tue, 23 Feb 2021 21:57:11 +0000 (21:57 +0000)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 21:57:11 +0000 (05:57 +0800)
commitc88566034756eb17c4ff563901b3a1c95b63f788
tree24e376db8595b8152b2685708ee08b7f9e194758
parentd68d155f93a355a9f6f0451150186b7fad8c58b8
support nullish coalescing operator (#4678)
16 files changed:
README.md
lib/compress.js
lib/output.js
lib/parse.js
test/compress/arrows.js
test/compress/classes.js
test/compress/exports.js
test/compress/functions.js
test/compress/loops.js
test/compress/new.js
test/compress/nullish.js [new file with mode: 0644]
test/compress/numbers.js
test/compress/templates.js
test/mocha/comments.js
test/mocha/parentheses.js
test/ufuzz/index.js