aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-05-31 03:38:00 +0800
committerGitHub <noreply@github.com>2017-05-31 03:38:00 +0800
commite9645e017f297e06506cc139922ff012fb763139 (patch)
tree0e2510c7a6aae20844829a6510ca6a2c6d95930d /README.md
parent55b5f2a8aa90a69e523c0a53ca92fcef45e5b209 (diff)
downloadtracifyjs-e9645e017f297e06506cc139922ff012fb763139.tar.gz
tracifyjs-e9645e017f297e06506cc139922ff012fb763139.zip
introduce `unsafe_Func` (#2033)
Separate flag for #203 functionality.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7e65b27..d9a0162c 100644
--- a/README.md
+++ b/README.md
@@ -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.