aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-12-20 17:05:40 +0800
committerGitHub <noreply@github.com>2017-12-20 17:05:40 +0800
commit86ae5881b7b269dc656520ff4dddbbd365013a0b (patch)
tree1febf8ed0ae71a44c8c7bd8f104b4776eb4c5aa5 /README.md
parentfac003c64f5512692e67e41a55b21c74a32a3c6b (diff)
downloadtracifyjs-86ae5881b7b269dc656520ff4dddbbd365013a0b.tar.gz
tracifyjs-86ae5881b7b269dc656520ff4dddbbd365013a0b.zip
disable `hoist_funs` by default (#2626)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef496178..43793dcd 100644
--- a/README.md
+++ b/README.md
@@ -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: