UglifyJS/lib
David Bonnet 32af2ca49e Fixed TryStatement AST reformat when using acorn
As shown in http://mzl.la/1hkKgkE there is no property  named
`handlers` in the TryStatement node, but one named `handler`.
Previously, a TypeError (cannot reach `[0]` of `M.handlers`) exception
was thrown when using `uglifyjs` with the `—acorn` switch.
2014-04-23 22:57:28 +02:00
..
ast.js Allow colons in the pairs passed to AST_Toplevel.wrap_enclose 2014-03-22 18:02:21 -07:00
compress.js Add option keep_fargs. 2014-02-08 12:33:56 +02:00
mozilla-ast.js Fixed TryStatement AST reformat when using acorn 2014-04-23 22:57:28 +02:00
output.js Merge branch 'master' of github.com:mishoo/UglifyJS2 2014-01-26 10:07:10 +02:00
parse.js Always quote property names that contain non-ASCII characters. 2014-04-18 10:48:44 +03:00
scope.js Mangle name of exception when --screw-ie8. Fix #430. 2014-02-14 13:58:14 +02:00
sourcemap.js Handle the case when SourceMapConsumer.originalPositionFor returns null source. 2014-03-02 19:20:19 -08:00
transform.js Apply transformer to AST_VarDef's name 2013-07-14 13:24:09 +03:00
utils.js semicolons 2013-12-10 20:24:27 +02:00