Alex Lam S.L
|
b70591be1a
|
handle variable declaration within catch blocks (#1546)
accounts for IE8- scoping
|
2017-03-05 13:13:44 +08:00 |
|
Alex Lam S.L
|
1f0333e9f1
|
stay safe with constants in IE8- (#1547)
- `undefined` etc. can be redefined at top-level for IE8-, so disable related optimisations
- fixed `--support-ie8` catch mangle bug
|
2017-03-05 12:51:11 +08:00 |
|
kzc
|
ec2e5fa3a2
|
Have minify() and tests use figure_out_scope() as uglifyjs CLI does
Clarify docs, help and tests for --support-ie8 and screw_ie8=false
|
2017-01-19 17:14:33 +01:00 |
|
Anthony Van de Gejuchte
|
057de570e6
|
Pass mangle options to figure_out_scope before mangling in tests
|
2016-10-27 22:55:49 +02:00 |
|
Richard van Velzen
|
335e349314
|
Allow specification beautify options in tests
Caught an error in #847 as well - `output` wasn't passed anywhere which led to an exception. `options` was available though.
|
2015-10-28 20:50:01 +01:00 |
|