Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-04 | Add a "keep_fnames" option to the compressor to retain function expression names | Richard van Velzen | |
See #552. This is useful for stack traces. | |||
2013-12-05 | AST_Catch shouldn't really inherit from AST_Scope. Fix #363 | Mihai Bazon | |
I hereby acknowledge that figure_out_scope has become a mess. | |||
2013-08-07 | Don't drop unused setter argument. | Mihai Bazon | |
Fix #257 | |||
2012-10-13 | drop unused function arguments | Mihai Bazon | |
also add test for "drop_unused" (the last one fails for now) |