UglifyJS/lib
kzc b40d5de69c 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-07-01 09:41:31 +02: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-07-01 09:41:31 +02:00
mozilla-ast.js Fix spidermonkey AST (ESTree) export and import, Array holes 2016-06-30 21:44:12 +02:00
output.js Enable --screw-ie8 by default. 2016-06-30 21:49:48 +02:00
parse.js Various LineTerminator changes 2016-06-30 22:12:50 +02:00
propmangle.js Respect quote style in object literals 2016-06-19 21:13:31 +02:00
scope.js Enable --screw-ie8 by default. 2016-06-30 21:49:48 +02: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 Various LineTerminator changes 2016-06-30 22:12:50 +02:00