diff options
author | alexlamsl <alexlamsl@gmail.com> | 2017-02-18 19:11:57 +0800 |
---|---|---|
committer | alexlamsl <alexlamsl@gmail.com> | 2017-02-21 13:29:58 +0800 |
commit | f0ff6189be3a75cd4ccb1c38051ec27f9b30d67f (patch) | |
tree | 6586b04442f5660656ea19805b763a75d9461a80 /bin | |
parent | 6b3c49e45837e8e1b32b60fe3b217b965ac16efd (diff) | |
download | tracifyjs-f0ff6189be3a75cd4ccb1c38051ec27f9b30d67f.tar.gz tracifyjs-f0ff6189be3a75cd4ccb1c38051ec27f9b30d67f.zip |
clean up `negate_iife`
- remove extra tree scanning phase for `negate_iife`
- `negate_iife` now only deals with the narrowest form, i.e. IIFE sitting directly under `AST_SimpleStatement`
- `booleans`, `conditionals` etc. will now take care the rest via more accurate accounting
- `a(); void b();` => `a(); b();`
fixes #1288
closes #1451
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions