Age | Commit message (Expand) | Author |
---|---|---|
2017-04-04 | exclude mangling of special property names (#1779)...- `null` - `true` - `false` - numeric literals | Alex Lam S.L |
2017-04-03 | fix `mangleProperties` on identifiers (#1776)...- fix handling of "-Infinity" - add test case for "-0" reverts #1481 | Alex Lam S.L |
2017-04-03 | fix mangleProperties of `undefined` & `Infinity` (#1772)...`NaN` already works by the happy accident of `Number.NaN` fixes #1770 | Alex Lam S.L |