aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-269.js
AgeCommit message (Expand)Author
2013-11-20Fix faulty compression...`String(x + 5)` is not always the same as `x + "5"`. Overlooked that. :-( Close #350 Mihai Bazon
2013-10-24Fix #269...Shorten most primitives where possible. Also optimize some edge cases. Richard van Velzen