diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-31 03:38:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-31 03:38:00 +0800 |
commit | e9645e017f297e06506cc139922ff012fb763139 (patch) | |
tree | 0e2510c7a6aae20844829a6510ca6a2c6d95930d /README.md | |
parent | 55b5f2a8aa90a69e523c0a53ca92fcef45e5b209 (diff) | |
download | tracifyjs-e9645e017f297e06506cc139922ff012fb763139.tar.gz tracifyjs-e9645e017f297e06506cc139922ff012fb763139.zip |
introduce `unsafe_Func` (#2033)
Separate flag for #203 functionality.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -572,6 +572,8 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u comparison are switching. Compression only works if both `comparisons` and `unsafe_comps` are both set to true. +- `unsafe_Func` (default: false) -- compress and mangle `Function(args, code)`. + - `unsafe_math` (default: false) -- optimize numerical expressions like `2 * x * 3` into `6 * x`, which may give imprecise floating point results. |