aboutsummaryrefslogtreecommitdiff
path: root/test/compress/loops.js
AgeCommit message (Expand)Author
2021-02-24support nullish coalescing operator (#4678)Alex Lam S.L
2021-02-14improve fix for #4325 (#4649)Alex Lam S.L
2021-02-09support `for [await]...of` statements (#4627)Alex Lam S.L
2021-01-18fix corner case in `loops` (#4565)...Alex Lam S.L
2020-12-24replace `keep_fargs` default to `false` (#4443)Alex Lam S.L
2020-12-11improve fix for #4355 (#4357)Alex Lam S.L
2020-11-29fix corner case in `side_effects` (#4326)...Alex Lam S.L
2020-10-24fix corner case in `loops` & `unused` (#4241)...Alex Lam S.L
2020-10-12support `const` (#4190)Alex Lam S.L
2020-10-05fix corner case in `loops` (#4183)...Alex Lam S.L
2020-10-05enhance `loops` (#4180)Alex Lam S.L
2020-09-04fix corner case in `loops` & `unused` (#4092)...Alex Lam S.L
2020-09-02fix corner case in `loops` & `unused` (#4085)...Alex Lam S.L
2020-08-29fix corner case in `loops` & `unused` (#4083)...Alex Lam S.L
2020-08-26fix corner case in `loops` & `unused` (#4076)...Alex Lam S.L
2020-08-26enhance `loops` & `unused` (#4074)...Alex Lam S.L
2020-04-23gate various label-related transformations (#3812)Alex Lam S.L
2019-12-30enhance `booleans` (#3657)Alex Lam S.L
2019-12-11fix corner case in `loops` (#3635)...Alex Lam S.L
2019-12-10enhance `loops` (#3633)Alex Lam S.L
2019-11-17compress empty for-in loops (#3590)Alex Lam S.L
2019-05-14enhance `side_effects` (#3410)Alex Lam S.L
2019-04-21fix corner cases in `functions` (#3372)...Alex Lam S.L
2018-07-01fix corner case in `unused`alexlamsl
2018-03-15refactor brackets to braces (#3005)Alex Lam S.L
2018-02-12simplify `do-while` into `for` (#2907)...Alex Lam S.L
2018-01-08compress loops with immediate `break` (#2746)...Alex Lam S.L
2017-12-02fix `dead_code` on `for` (#2552)Alex Lam S.L
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