UglifyJS/test
Alex Lam S.L 0610c020b1 optimise binary operands with evaluate() (#1427)
- 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-26 12:16:50 +01:00
..
compress optimise binary operands with evaluate() (#1427) 2017-01-26 12:16:50 +01: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 Have minify() and tests use figure_out_scope() as uglifyjs CLI does 2017-01-19 17:14:33 +01:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00