diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2021-02-23 21:57:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 05:57:11 +0800 |
commit | c88566034756eb17c4ff563901b3a1c95b63f788 (patch) | |
tree | 24e376db8595b8152b2685708ee08b7f9e194758 /README.md | |
parent | d68d155f93a355a9f6f0451150186b7fad8c58b8 (diff) | |
download | tracifyjs-c88566034756eb17c4ff563901b3a1c95b63f788.tar.gz tracifyjs-c88566034756eb17c4ff563901b3a1c95b63f788.zip |
support nullish coalescing operator (#4678)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ a double dash to prevent input files being used as option arguments: 1 - single 2 - double 3 - original - `wrap_iife` Wrap IIFEs in parenthesis. Note: you may + `wrap_iife` Wrap IIFEs in parentheses. Note: you may want to disable `negate_iife` under compressor options. -O, --output-opts [options] Specify output options (`beautify` disabled by default). |