aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-637.js
AgeCommit message (Collapse)Author
2018-07-01fix corner case in `unused`alexlamsl
2017-12-01convert to number under boolean context (#2545)Alex Lam S.L
2015-02-11Fix invalid removal of left side in && and || compressionRichard van Velzen
See #637. This does not produce the optimal result, but it does prevent the removal of non-side-effect-free code.