UglifyJS/lib
Mihai Bazon f0ab1b02e6 Avoid sequencesize for more than 2000 statements.
It hardly saves any bytes for a sequence so long, and it risks blowing the
stack with the recursive Seq functions.

Ref #414
2015-03-22 12:51:15 +02:00
..
ast.js Add option to preserve/enforce string quote style 2015-01-27 22:26:27 +02:00
compress.js Avoid sequencesize for more than 2000 statements. 2015-03-22 12:51:15 +02:00
mozilla-ast.js Location fix for Mozilla AST start token. 2015-01-06 11:32:41 +01:00
output.js Add option to preserve/enforce string quote style 2015-01-27 22:26:27 +02:00
parse.js Fix parsing for U+2028 / U+2029 2015-03-18 10:09:30 +02:00
scope.js Add an option to prevent function names from being mangled 2015-01-04 21:48:43 +01:00
sourcemap.js fixes issue #621 SourceMap toString JSON format 2015-01-24 00:33:02 -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