aboutsummaryrefslogtreecommitdiff
path: root/test/compress/drop-unused.js
AgeCommit message (Expand)Author
2017-03-30optimize try-catch-finally (#1731)...Alex Lam S.L
2017-03-29fix corner case in `unused` (#1718)...Alex Lam S.L
2017-03-28fix `unused` on var of the same name within catch (#1716)...Alex Lam S.L
2017-03-28drop anonymous function name when overshadowed by other declarations (#1712)...Alex Lam S.L
2017-03-25fix invalid `AST_For.init` (#1657)...Alex Lam S.L
2017-03-09fix & improve function argument compression (#1584)...Alex Lam S.L
2017-03-09scan RHS of dropped assignments (#1581)...Alex Lam S.L
2017-03-08scan assignment value in drop_unused() (#1578)...Alex Lam S.L
2017-03-03process code with implicit return statement (#1522)...Alex Lam S.L
2017-03-03fix chained assignment with `unused` (#1540)...Alex Lam S.L
2017-02-24enable `collapse_vars` & `reduce_vars` by default...alexlamsl
2017-02-21fix `pure_funcs` & improve `side_effects`...alexlamsl
2017-02-21improve keep_fargs & keep_fnames...alexlamsl
2017-02-21drop unused: toplevel, assign-only...alexlamsl
2015-09-14Control keeping function arguments with a single optionVille Lautanala
2015-03-20Keep unused function arguments by default...Mihai Bazon
2015-01-04Add a "keep_fnames" option to the compressor to retain function expression names...Richard van Velzen
2013-12-05AST_Catch shouldn't really inherit from AST_Scope. Fix #363...Mihai Bazon
2013-08-07Don't drop unused setter argument....Mihai Bazon
2012-10-13drop unused function arguments...Mihai Bazon