Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-05 | handle variable declaration within catch blocks (#1546) | Alex Lam S.L | |
accounts for IE8- scoping | |||
2017-03-05 | stay safe with constants in IE8- (#1547) | Alex Lam S.L | |
- `undefined` etc. can be redefined at top-level for IE8-, so disable related optimisations - fixed `--support-ie8` catch mangle bug | |||
2017-01-19 | Have minify() and tests use figure_out_scope() as uglifyjs CLI does | kzc | |
Clarify docs, help and tests for --support-ie8 and screw_ie8=false | |||
2016-10-27 | Pass mangle options to figure_out_scope before mangling in tests | Anthony Van de Gejuchte | |
2015-10-28 | Allow specification beautify options in tests | Richard van Velzen | |
Caught an error in #847 as well - `output` wasn't passed anywhere which led to an exception. `options` was available though. |