diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-12-07 22:51:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 06:51:20 +0800 |
commit | c587d7917d445e97ed8580251547870256237b63 (patch) | |
tree | 689b1c396045071e8e94e1ef3b68a798b7437551 /README.md | |
parent | 336336f53f7f1ba161abc7834da190504afeb27b (diff) | |
download | tracifyjs-c587d7917d445e97ed8580251547870256237b63.tar.gz tracifyjs-c587d7917d445e97ed8580251547870256237b63.zip |
introduce `spread` (#4346)
fixes #4345
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -751,6 +751,8 @@ to be `false` and all symbol names will be omitted. annotation `/*@__PURE__*/` or `/*#__PURE__*/` immediately precedes the call. For example: `/*@__PURE__*/foo();` +- `spread` (default: `true`) -- flatten spread expressions. + - `strings` (default: `true`) -- compact string concatenations. - `switches` (default: `true`) -- de-duplicate and remove unreachable `switch` branches |