UglifyJS/test
alexlamsl 05a9c02b75 optimise binary operands with evaluate()
- remove call to evaluate() in is_constant() and let nested optimize() does its job instead
- reject RegExp in is_constant() and remove special case logic under collapse_vars
- operands to conditionals optimisation are now always evaluate()-ed
- throw error in constant_value() instead of returning undefined to catch possible bugs, similar to make_node_from_constant()
- optimise binary boolean operators under `evaluate` instead of `conditionals`
2017-01-20 00:08:31 +08:00
..
compress optimise binary operands with evaluate() 2017-01-20 00:08:31 +08:00
input Add an option for writing inline source map 2016-10-23 21:21:39 +02:00
mocha Generate source map data from normalized files 2016-11-29 20:42:56 +01:00
mocha.js Add mocha tests 2015-12-27 22:38:20 +01:00
mozilla-ast.js Fix mozilla-ast after module loading changes 2015-09-24 18:13:21 +03:00
run-tests.js Pass mangle options to figure_out_scope before mangling in tests 2016-10-27 22:55:49 +02:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00