aboutsummaryrefslogtreecommitdiff
path: root/test/compress/drop-unused.js
AgeCommit message (Collapse)Author
2015-03-20Keep unused function arguments by defaultMihai Bazon
Discarding unused function arguments affects function.length, which can lead to some hard to debug issues. This optimization is now done only in "unsafe mode". Fix #121
2015-01-04Add a "keep_fnames" option to the compressor to retain function expression namesRichard van Velzen
See #552. This is useful for stack traces.
2013-12-05AST_Catch shouldn't really inherit from AST_Scope. Fix #363Mihai Bazon
I hereby acknowledge that figure_out_scope has become a mess.
2013-08-07Don't drop unused setter argument.Mihai Bazon
Fix #257
2012-10-13drop unused function argumentsMihai Bazon
also add test for "drop_unused" (the last one fails for now)