UglifyJS/test/compress
Alex Lam S.L 32283a0def fix cascade of evaluate optimisation (#1654)
Operator has changed, so break out from rest of the rules.

fixes #1649
2017-03-24 22:09:19 +08:00
..
angular-inject.js
arrays.js improve string concatenation 2017-02-21 13:29:57 +08:00
ascii.js Enable --screw-ie8 by default. 2016-06-30 21:49:48 +02:00
asm.js implement optimization: (x = 2 * x) ---> (x *= 2) 2016-08-30 08:43:02 -04:00
assignment.js implement optimization: (x = 2 * x) ---> (x *= 2) 2016-08-30 08:43:02 -04:00
blocks.js
collapse_vars.js improve collapsible value detection (#1638) 2017-03-24 02:55:32 +08:00
comparing.js Fix test262 failures related to <, <=, in and instanceof 2016-06-15 23:11:08 +02:00
concat-strings.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
conditionals.js fix assignment extraction from conditional (#1651) 2017-03-24 18:52:48 +08:00
const.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
dead-code.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
debugger.js
drop-console.js Add .gitattributes to checkout lf eol style 2017-02-21 13:29:58 +08:00
drop-unused.js fix & improve function argument compression (#1584) 2017-03-09 19:11:05 +08:00
evaluate.js fix cascade of evaluate optimisation (#1654) 2017-03-24 22:09:19 +08:00
functions.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
global_defs.js enhance global_defs 2017-02-21 13:29:58 +08:00
hoist_vars.js fix duplicated test names 2017-02-21 13:29:58 +08:00
html_comments.js throw parse error on invalid assignments (#1627) 2017-03-21 14:11:32 +08:00
if_return.js Improve optimizing function() { if(c){return foo} bar();} 2017-02-18 18:56:18 +08:00
issue-12.js
issue-22.js
issue-44.js
issue-59.js
issue-126.js
issue-143.js
issue-208.js enhance global_defs 2017-02-21 13:29:58 +08:00
issue-267.js
issue-269.js
issue-368.js fixup for #1553 (#1555) 2017-03-05 17:15:37 +08:00
issue-597.js
issue-611.js
issue-637.js
issue-640.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
issue-747.js
issue-751.js
issue-782.js
issue-892.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
issue-913.js
issue-973.js make collapse_vars consistent with toplevel (#1608) 2017-03-16 13:22:26 +08:00
issue-976.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
issue-979.js Improve optimizing function() { if(c){return foo} bar();} 2017-02-18 18:56:18 +08:00
issue-1034.js introduce compressor.info() (#1633) 2017-03-23 06:49:49 +08:00
issue-1041.js enable collapse_vars & reduce_vars by default 2017-02-24 01:46:57 +08:00
issue-1052.js
issue-1105.js Don't replace undefined, NaN and Infinity within with scope 2016-06-21 10:53:29 +02:00
issue-1202.js fix top-level directives in compress tests (#1615) 2017-03-18 01:56:15 +08:00
issue-1261.js warn & drop #__PURE__ iff IIFE is dropped (#1511) 2017-02-28 02:25:44 +08:00
issue-1275.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
issue-1321.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
issue-1431.js fix corner case in keep_fnames 2017-02-18 19:00:54 +08:00
issue-1443.js improve unsafe on undefined (#1548) 2017-03-05 13:09:27 +08:00
issue-1446.js enable typeof "undefined" for general use 2017-02-18 19:01:42 +08:00
issue-1447.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
issue-1569.js fix return from recursive IIFE (#1570) 2017-03-08 03:31:51 +08:00
issue-1588.js handle runtime errors in expect_stdout (#1618) 2017-03-18 02:33:51 +08:00
issue-1609.js fix chained evaluation (#1610) 2017-03-17 00:26:48 +08:00
issue-1639.js fix assignment substitution in sequences (#1643) 2017-03-24 14:30:31 +08:00
labels.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
loops.js fix corner case in AST_For.init (#1652) 2017-03-24 19:31:17 +08:00
max_line_len.js support multi-line string in tests (#1590) 2017-03-10 11:27:30 +08:00
negate-iife.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
new.js Fix negate_iife transform to return a correct tree for nested IIFEs 2016-08-17 11:55:59 +02:00
numbers.js compress numerical expressions (#1513) 2017-03-03 18:04:32 +08:00
properties.js introduce unsafe_proto 2017-02-21 13:29:58 +08:00
pure_funcs.js fix pure_funcs & improve side_effects 2017-02-21 13:31:59 +08:00
reduce_vars.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
return_undefined.js
screw-ie8.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
sequences.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
string-literal.js Move OctalEscapeSequence to read_escape_char 2016-06-30 21:42:15 +02:00
switch.js
transform.js fix expect_stdout (#1642) 2017-03-24 13:19:50 +08:00
typeof.js warn & drop #__PURE__ iff IIFE is dropped (#1511) 2017-02-28 02:25:44 +08:00
unicode.js
wrap_iife.js Remove console.log and add extra test case 2016-10-06 14:11:32 +02:00