diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-12-20 17:05:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 17:05:40 +0800 |
commit | 86ae5881b7b269dc656520ff4dddbbd365013a0b (patch) | |
tree | 1febf8ed0ae71a44c8c7bd8f104b4776eb4c5aa5 /README.md | |
parent | fac003c64f5512692e67e41a55b21c74a32a3c6b (diff) | |
download | tracifyjs-86ae5881b7b269dc656520ff4dddbbd365013a0b.tar.gz tracifyjs-86ae5881b7b269dc656520ff4dddbbd365013a0b.zip |
disable `hoist_funs` by default (#2626)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -627,7 +627,7 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u - `global_defs` (default: `{}`) -- see [conditional compilation](#conditional-compilation) -- `hoist_funs` (default: `true`) -- hoist function declarations +- `hoist_funs` (default: `false`) -- hoist function declarations - `hoist_props` (default: `true`) -- hoist properties from constant object and array literals into regular variables subject to a set of constraints. For example: |