diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-12-14 01:20:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-14 01:20:36 +0800 |
commit | ef618332ea92db57e59f90f166035a0e7cf8a509 (patch) | |
tree | 1f6e6b0f2d8fb9ae54324265b9d1e8514e5da06b /test/compress/reduce_vars.js | |
parent | 7f418978c9d39bd0827108176d817259a6e60f5c (diff) | |
download | tracifyjs-ef618332ea92db57e59f90f166035a0e7cf8a509.tar.gz tracifyjs-ef618332ea92db57e59f90f166035a0e7cf8a509.zip |
fold `cascade` functionality into `collapse_vars` (#2586)
Diffstat (limited to 'test/compress/reduce_vars.js')
-rw-r--r-- | test/compress/reduce_vars.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress/reduce_vars.js b/test/compress/reduce_vars.js index 6c8bd639..504ce6f0 100644 --- a/test/compress/reduce_vars.js +++ b/test/compress/reduce_vars.js @@ -2262,7 +2262,7 @@ redefine_farg_2: { redefine_farg_3: { options = { - cascade: true, + collapse_vars: true, evaluate: true, inline: true, keep_fargs: false, |