fix escape analysis on `||` and `&&` (#2600)
authorAlex Lam S.L <alexlamsl@gmail.com>
Fri, 15 Dec 2017 11:48:14 +0000 (19:48 +0800)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2017 11:48:14 +0000 (19:48 +0800)
commitdb902af4c6e7a8c7e7a690591a0cd6a0d611300f
tree229145d049835889e9b995944af8ce0595e47596
parent7d6907cb99bac1e835febe30494ebca4c1a671d3
fix escape analysis on `||` and `&&` (#2600)

fixes #2598
lib/compress.js
test/compress/reduce_vars.js