UglifyJS/lib
Alex Lam S.L c595b84032 fix catch symbol mangling (#1734)
Only need to look up the immediate non-block/catch scope for the same-name special case.

fixes #1733
2017-03-31 02:57:47 +08:00
..
ast.js minor clean-ups (#1600) 2017-03-14 13:19:05 +08:00
compress.js remove paranthesis for -(x*y) (#1732) 2017-03-30 16:09:00 +08:00
mozilla-ast.js Don't convert all strings to directives from moz-ast 2016-07-03 12:36:57 +02:00
output.js fix missing parentheses around NaN/Infinity shorthands (#1726) 2017-03-29 20:53:03 +08:00
parse.js improve error marker placement (#1644) 2017-03-24 14:28:40 +08:00
propmangle.js in mangle_names there is a check that the variable name is legal and that it is not a reserved word. This should apply to propsmangle as well. 2017-02-10 14:13:47 +02:00
scope.js fix catch symbol mangling (#1734) 2017-03-31 02:57:47 +08:00
sourcemap.js Generate source map data from normalized files 2016-11-29 20:42:56 +01:00
transform.js Collapse single use var definitions 2016-01-27 11:48:15 +02:00
utils.js fix AST_Node.optimize() (#1602) 2017-03-15 18:44:13 +08:00