From b7219ac489e47091f17091a08d7ef50980d68972 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sat, 13 Feb 2021 20:26:43 +0000 Subject: support `import` statements (#4646) --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e3d1d677..09da3aeb 100644 --- a/README.md +++ b/README.md @@ -685,6 +685,8 @@ to be `false` and all symbol names will be omitted. - `if_return` (default: `true`) -- optimizations for if/return and if/continue +- `imports` (default: `true`) -- drop unreferenced import symbols when used with `unused` + - `inline` (default: `true`) -- inline calls to function with simple/`return` statement: - `false` -- same as `0` - `0` -- disabled inlining -- cgit v1.2.3