aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1770.js
AgeCommit message (Collapse)Author
2020-01-28fix corner case in sign propagation (#3696)Alex Lam S.L
- migrate de-facto functionality to `evaluate` fixes #3695
2018-01-19compress `undefined` property names (#2811)Alex Lam S.L
- enforce property names as string - handle `void 0` as `undefined` in `hoist_props` & `reduce_vars`
2017-07-29improve `mangle.properties` (#2261)Alex Lam S.L
- include dead code when `keep_quoted` - unify `keep_quoted` & `reserved` - make `test/run-tests.js` consistent with `minify()` fixes #2256
2017-06-23synchronise `mangle.properties` for `minify()` & `test/compress` (#2151)Alex Lam S.L
2017-04-04exclude mangling of special property names (#1779)Alex Lam S.L
- `null` - `true` - `false` - numeric literals
2017-04-03fix `mangleProperties` on identifiers (#1776)Alex Lam S.L
- fix handling of "-Infinity" - add test case for "-0" reverts #1481
2017-04-03fix mangleProperties of `undefined` & `Infinity` (#1772)Alex Lam S.L
`NaN` already works by the happy accident of `Number.NaN` fixes #1770