aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1041.js
AgeCommit message (Expand)Author
2017-05-12remove support for `const` (#1910)...As this is not part of ES5.Alex Lam S.L
2017-02-24enable `collapse_vars` & `reduce_vars` by default...- fix corner cases in `const` optimisation - deprecate `/*@const*/` fixes #1497 closes #1498 alexlamsl
2016-04-13Prevent endless recursion when evaluating self-referencing consts...Fix #1041 Richard van Velzen