aboutsummaryrefslogtreecommitdiff
path: root/test/compress/negate-iife.js
AgeCommit message (Expand)Author
2018-07-01fix corner case in `unused`alexlamsl
2018-03-16improve truthy compression (#3009)Alex Lam S.L
2017-06-06implement function inlining (#2053)...Alex Lam S.L
2017-05-02improve literal return optimization (#1860)kzc
2017-03-27fix typeof side effects (#1696)...Alex Lam S.L
2017-03-19make `expect_stdout` work on Node.js 0.12 (#1623)...Alex Lam S.L
2017-03-03process code with implicit return statement (#1522)...Alex Lam S.L
2017-03-02optimize trivial IIFEs returning constants (#1530)kzc
2017-02-21fix duplicated test names...alexlamsl
2017-02-21clean up `negate_iife`...alexlamsl
2016-08-17Fix negate_iife transform to return a correct tree for nested IIFEs...Richard van Velzen
2016-08-17Fix negate_iife regression #1254kzc
2016-05-15Simplify iife `new` fix...kzc
2016-05-09Do not apply negate_iife optimization to `new` expressionkzc
2013-12-29Conditional/call optimization...Mihai Bazon
2013-08-20Move support for `negate_iife` in the compressor, rather than code generator...Mihai Bazon