aboutsummaryrefslogtreecommitdiff
path: root/test/compress/sequences.js
AgeCommit message (Expand)Author
2017-12-01improve `AST_For.init` & `AST_Switch.expression` compression (#2546)Alex Lam S.L
2017-09-16handle LHS side-effects on `cascade` & `collapse_vars` (#2314)...Alex Lam S.L
2017-07-03improve parenthesis emission (#2196)...Alex Lam S.L
2017-06-07fix `cascade` on multi-branch evaluations (#2067)...Alex Lam S.L
2017-05-12remove support for `const` (#1910)...Alex Lam S.L
2017-05-12fix invalid transform on `const` (#1919)...Alex Lam S.L
2017-04-19extend `cascade` into `a.b` (#1829)...Alex Lam S.L
2017-04-12convert `AST_Seq` from binary tree to array (#1460)...Alex Lam S.L
2017-04-08fix `delete` corner cases (#1799)...Alex Lam S.L
2017-04-02fix corner cases in switch and undefined (#1762)...Alex Lam S.L
2017-03-27fix `cascade` on anonymous function reference (#1693)...Alex Lam S.L
2017-03-26fix `cascade` on `delete` operator (#1687)...Alex Lam S.L
2017-03-19make `expect_stdout` work on Node.js 0.12 (#1623)...Alex Lam S.L
2017-03-19fix AST_Binary.lift_sequences() (#1621)...Alex Lam S.L
2017-03-05improve `unsafe` on undefined (#1548)...Alex Lam S.L
2017-03-03process code with implicit return statement (#1522)...Alex Lam S.L
2017-02-21clean up `negate_iife`...alexlamsl
2017-02-21`-c sequences=N` suboptimal at N expression cutoff...alexlamsl
2014-09-28Referencing a global is assumed to have side effects....Mihai Bazon
2013-11-06Better fix for #343...Mihai Bazon
2012-10-30don't move expressions containing the binary `in` operator into the `for` ini......Mihai Bazon
2012-10-22more sequence optimizations (lift some sequences above binary/unary expressio...Mihai Bazon
2012-09-24minor tests fixMihai Bazon
2012-09-17one more test for sequencesMihai Bazon
2012-08-22wrote more of the compressor and added some testsMihai Bazon