aboutsummaryrefslogtreecommitdiff
path: root/test/compress/if_return.js
AgeCommit message (Expand)Author
2020-10-02enhance `if_return` (#4164)Alex Lam S.L
2020-09-10enhance `if_return` (#4097)Alex Lam S.L
2020-05-11enhance `if_return` (#3875)Alex Lam S.L
2019-11-19fix corner case in `if_return` (#3601)...fixes #3600Alex Lam S.L
2018-08-21enhance `if_return` (#3232)Alex Lam S.L
2018-07-01fix corner case in `unused`alexlamsl
2018-02-28migrate safe transformations out of `unsafe_comps` (#2962)...fixes #2959Alex Lam S.L
2018-01-05improve `if_return` (#2727)Alex Lam S.L
2018-01-02enhance `if_return` (#2703)Alex Lam S.L
2017-05-29better fix for #512 & #2010 (#2019)...- remove duplicated functionalities - fix similar issue with `else`Alex Lam S.L
2017-05-20enhance `if_return` to handle `return void...` (#1977)...fixes #512Alex Lam S.L
2017-02-18Improve optimizing `function() { if(c){return foo} bar();}`...closes #1437 Anthony Van de Gejuchte
2016-05-24Optimize if_return for single if/return cases....Fixes #1089 kzc