From 96bf7fceabf1670ca07c08a04a3130e742775c8f Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Mon, 19 Oct 2020 01:32:39 +0100 Subject: support `let` (#4227) --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6c549768..ecc844b5 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3