aboutsummaryrefslogtreecommitdiff
path: root/test/compress/loops.js
AgeCommit message (Expand)Author
2017-12-01improve `AST_For.init` & `AST_Switch.expression` compression (#2546)Alex Lam S.L
2017-12-01improve compression of loop conditions (#2543)Alex Lam S.L
2017-07-03improve parenthesis emission (#2196)...Alex Lam S.L
2017-05-12remove support for `const` (#1910)...Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L
2017-04-04optimise `do{...}while(false)` (#1785)...Alex Lam S.L
2017-03-24fix corner case in `AST_For.init` (#1652)...Alex Lam S.L
2017-03-19make `expect_stdout` work on Node.js 0.12 (#1623)...Alex Lam S.L
2017-03-10support multi-line string in tests (#1590)...Alex Lam S.L
2017-03-08plan B for IE8 do-while semi-colon fix (#1572)...Alex Lam S.L
2017-03-06suppress semicolons after do/while (#1556)...Alex Lam S.L
2017-03-03disable do{...}while(false) optimisation (#1534)...Alex Lam S.L
2017-02-21tweak do-while loops...alexlamsl
2016-07-15Keep const in own scope while compressing...Anthony Van de Gejuchte
2015-12-18Disable loop optimization for parse-only testsAnthony Van de Gejuchte
2015-12-18Add testsAnthony Van de Gejuchte
2012-11-08optimization for if/break as first statement in a loop body...Mihai Bazon