diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-10-19 01:32:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 08:32:39 +0800 |
commit | 96bf7fceabf1670ca07c08a04a3130e742775c8f (patch) | |
tree | 71a28df4db6ce0ec1a5e0423dad6b74ab00fa065 /README.md | |
parent | 6c7226c10ef1328c726ce7c5d364efed8ed0d374 (diff) | |
download | tracifyjs-96bf7fceabf1670ca07c08a04a3130e742775c8f.tar.gz tracifyjs-96bf7fceabf1670ca07c08a04a3130e742775c8f.zip |
support `let` (#4227)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -784,6 +784,9 @@ to be `false` and all symbol names will be omitted. - `unused` (default: `true`) -- drop unreferenced functions and variables (simple direct variable assignments do not count as references unless set to `"keep_assign"`) +- `varify` (default: `true`) -- convert block-scoped declaractions into `var` + whenever safe to do so + ## Mangle options - `eval` (default `false`) -- Pass `true` to mangle names visible in scopes |