UglifyJS/lib
kzc fd5a76ac52 Change the default sequences limit to 200 to speed up compress.
Has little or no impact on minification size in the majority of
cases but can speed up rollup builds significantly.

This sequences change also has the beneficial side effect of avoiding
"stack size exceeded" errors on very large input files.

The user is free to alter the sequences limit if they are so inclined.
The previous sequences limit was 2000. 20 is often sufficient.
2016-06-30 14:56:12 -04:00
..
ast.js Actually limit sequence length. 2016-04-12 14:17:24 +03:00
compress.js Change the default sequences limit to 200 to speed up compress. 2016-06-30 14:56:12 -04:00
mozilla-ast.js Fix output for "use asm" code from SpiderMonkey AST 2015-11-12 12:18:25 +02:00
output.js Keep master in sync with harmony 2016-06-20 18:42:17 +02:00
parse.js Normalize error messages 2016-06-19 21:08:34 +02:00
propmangle.js Respect quote style in object literals 2016-06-19 21:13:31 +02:00
scope.js Speedup unused compress option for already minified code 2016-03-28 17:58:50 -04:00
sourcemap.js Revert "using the original sourcemap as the base" 2016-02-10 10:19:39 +01:00
transform.js Collapse single use var definitions 2016-01-27 11:48:15 +02:00
utils.js Simplify member(name, array) implementation. 2016-04-07 09:57:30 -04:00