aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1770.js
AgeCommit message (Expand)Author
2017-04-04exclude mangling of special property names (#1779)...- `null` - `true` - `false` - numeric literalsAlex Lam S.L
2017-04-03fix `mangleProperties` on identifiers (#1776)...- fix handling of "-Infinity" - add test case for "-0" reverts #1481Alex Lam S.L
2017-04-03fix mangleProperties of `undefined` & `Infinity` (#1772)...`NaN` already works by the happy accident of `Number.NaN` fixes #1770Alex Lam S.L