Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-24 | support BigInt literals (#4583) | Alex Lam S.L | |
2020-01-28 | fix corner case in string concatenations (#3692) | Alex Lam S.L | |
- migrate de-facto compression to `conditionals` & `strings` fixes #3689 | |||
2018-07-13 | fix corner cases in `preserve_line` (#3212) | Alex Lam S.L | |
2018-07-01 | fix corner case in `unused` | alexlamsl | |
2018-01-06 | compress `RegExp()` in `unsafe` (#2735) | Alex Lam S.L | |
2013-11-20 | Fix faulty compression | Mihai Bazon | |
`String(x + 5)` is not always the same as `x + "5"`. Overlooked that. :-( Close #350 | |||
2013-10-24 | Fix #269 | Richard van Velzen | |
Shorten most primitives where possible. Also optimize some edge cases. |