aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-269.js
AgeCommit message (Collapse)Author
2018-07-13fix corner cases in `preserve_line` (#3212)Alex Lam S.L
2018-07-01fix corner case in `unused`alexlamsl
2018-01-06compress `RegExp()` in `unsafe` (#2735)Alex Lam S.L
2013-11-20Fix faulty compressionMihai Bazon
`String(x + 5)` is not always the same as `x + "5"`. Overlooked that. :-( Close #350
2013-10-24Fix #269Richard van Velzen
Shorten most primitives where possible. Also optimize some edge cases.