Merge branch 'master' into harmony-v3.0.14

This commit is contained in:
alexlamsl
2017-05-31 11:42:54 +08:00
6 changed files with 90 additions and 62 deletions

View File

@@ -569,6 +569,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.