UglifyJS/test/compress
2017-07-02 04:28:11 +08:00
..
arrays.js improve string concatenation 2017-02-21 13:29:57 +08:00
ascii.js unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08: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 minor 2012-08-27 11:00:26 +03:00
collapse_vars.js drop argument value after collapse_vars (#2190) 2017-07-02 04:28:11 +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 convert AST_Seq from binary tree to array (#1460) 2017-04-12 21:56:27 +08:00
dead-code.js extend node_version range on applicable tests (#2015) 2017-05-27 22:18:28 +08:00
debugger.js wrote more of the compressor and added some tests 2012-08-22 15:21:58 +03:00
drop-console.js Add .gitattributes to checkout lf eol style 2017-02-21 13:29:58 +08:00
drop-unused.js drop argument value after collapse_vars (#2190) 2017-07-02 04:28:11 +08:00
evaluate.js implement function inlining (#2053) 2017-06-06 05:49:53 +08:00
functions.js improve inline efficiency (#2188) 2017-07-02 01:05:14 +08:00
global_defs.js parse @global_defs as expressions (#2169) 2017-06-27 10:31:19 +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 better fix for #512 & #2010 (#2019) 2017-05-29 10:51:41 +08:00
issue-12.js Allow operator names as getters/setters 2016-01-19 19:28:51 +01:00
issue-22.js fix for if (...) return; else return ...; 2012-10-24 09:33:32 +03:00
issue-44.js fix invalid AST produced by dropping unused variable 2012-11-12 13:23:57 +02:00
issue-59.js Add test for issue #59 2012-11-30 11:26:37 +02:00
issue-126.js Add a unit test for issue-126 2013-10-25 16:28:15 -04:00
issue-143.js Added test cases for #104. 2013-05-08 16:22:48 +03:00
issue-208.js remove support for const (#1910) 2017-05-12 14:57:41 +08:00
issue-267.js Disallow reversal where lhs has higher or equal precedence 2013-10-29 21:37:36 +01:00
issue-269.js Fix faulty compression 2013-11-20 21:13:16 +02:00
issue-281.js improve inline efficiency (#2188) 2017-07-02 01:05:14 +08:00
issue-368.js fixup for #1553 (#1555) 2017-03-05 17:15:37 +08:00
issue-597.js improve compression of undefined, NaN & Infinitiy (#1748) 2017-04-01 03:02:14 +08:00
issue-611.js Replace the correct node when replacing in void sequences 2015-01-12 17:09:34 +01:00
issue-637.js Fix invalid removal of left side in && and || compression 2015-02-11 21:08:41 +01:00
issue-640.js convert AST_Seq from binary tree to array (#1460) 2017-04-12 21:56:27 +08:00
issue-747.js synchronise mangle.properties for minify() & test/compress (#2151) 2017-06-23 15:53:13 +08:00
issue-751.js Don't attempt to negate non-boolean AST_Binary 2015-07-22 16:55:55 +03:00
issue-782.js preserve ThisBinding for side_effects 2016-02-17 19:34:01 +01:00
issue-892.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
issue-913.js Fix hoisting the var in ForIn 2016-01-05 13:56:52 +02:00
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 fix dead_code on block-scoped function under "use strict" (#2006) 2017-05-26 16:08:51 +08:00
issue-1041.js remove support for const (#1910) 2017-05-12 14:57:41 +08:00
issue-1052.js better fix for #512 & #2010 (#2019) 2017-05-29 10:51:41 +08:00
issue-1105.js improve compression of undefined, NaN & Infinitiy (#1748) 2017-04-01 03:02:14 +08:00
issue-1202.js fix top-level directives in compress tests (#1615) 2017-03-18 01:56:15 +08:00
issue-1261.js combine rules for binary boolean operations (#1744) 2017-03-31 18:47: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 synchronise mangle.properties for minify() & test/compress (#2151) 2017-06-23 15:53:13 +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 unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +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 remove support for const (#1910) 2017-05-12 14:57:41 +08:00
issue-1609.js enhance collapse_vars (#1862) 2017-05-06 16:15:43 +08:00
issue-1639.js fix assignment substitution in sequences (#1643) 2017-03-24 14:30:31 +08:00
issue-1656.js fix variable substitution (#1816) 2017-04-16 17:25:39 +08:00
issue-1673.js optimize try-catch-finally (#1731) 2017-03-30 12:16:58 +08:00
issue-1704.js unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00
issue-1733.js unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00
issue-1750.js fix corner case in switch (#1765) 2017-04-02 17:07:20 +08:00
issue-1770.js synchronise mangle.properties for minify() & test/compress (#2151) 2017-06-23 15:53:13 +08:00
issue-1787.js implement function inlining (#2053) 2017-06-06 05:49:53 +08:00
issue-1833.js fix label-related bugs (#1835) 2017-04-22 22:15:04 +08:00
issue-1943.js fix parsing of property access after new line (#1944) 2017-05-16 05:40:49 +08:00
labels.js make expect_stdout work on Node.js 0.12 (#1623) 2017-03-19 12:00:32 +08:00
loops.js remove support for const (#1910) 2017-05-12 14:57:41 +08:00
max_line_len.js support multi-line string in tests (#1590) 2017-03-10 11:27:30 +08:00
negate-iife.js implement function inlining (#2053) 2017-06-06 05:49:53 +08:00
new.js Fix negate_iife transform to return a correct tree for nested IIFEs 2016-08-17 11:55:59 +02:00
node_version.js allow expect_stdout to specify Error (#2087) 2017-06-13 04:57:26 +08:00
numbers.js improve compression of undefined, NaN & Infinitiy (#1748) 2017-04-01 03:02:14 +08:00
properties.js synchronise mangle.properties for minify() & test/compress (#2151) 2017-06-23 15:53:13 +08:00
pure_funcs.js fix pure_funcs & improve side_effects 2017-02-21 13:31:59 +08:00
pure_getters.js more tests for #2158 (#2160) 2017-06-25 14:21:48 +08:00
reduce_vars.js fix reduce_vars on this (#2145) 2017-06-23 04:44:57 +08:00
return_undefined.js return undefined optimization no longer uses return_void_0 option 2015-10-29 08:19:12 +01:00
sandbox.js fix portability of sandbox.run_code() on Node.js 0.1x (#2078) 2017-06-10 01:08:58 +08:00
screw-ie8.js ensure mangling works if catch reuses a scope variable (#2123) 2017-06-20 02:14:05 +08:00
sequences.js fix cascade on multi-branch evaluations (#2067) 2017-06-07 19:52:01 +08:00
string-literal.js improve RegExp handling (#1959) 2017-05-17 20:10:50 +08:00
switch.js fix corner cases in switch and undefined (#1762) 2017-04-02 14:52:25 +08:00
transform.js fix expect_stdout (#1642) 2017-03-24 13:19:50 +08:00
typeof.js fix typeof side-effects (#1669) 2017-03-25 17:40:18 +08:00
unicode.js Add test 2015-01-20 00:31:44 +01:00
wrap_iife.js Remove console.log and add extra test case 2016-10-06 14:11:32 +02:00