UglifyJS/test/compress
2016-09-01 09:24:56 -04:00
..
angular-inject.js
arrays.js
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 collapse_vars: Do not consider RegExp literals to be constants 2016-05-27 00:03:51 -04:00
comparing.js Fix test262 failures related to <, <=, in and instanceof 2016-06-15 23:11:08 +02:00
concat-strings.js Escape null characters as \0 unless followed by 0-7. 2016-06-12 14:32:32 +02:00
conditionals.js Fix conditional expressions of form (x ? -1 : -1) 2016-06-21 14:52:13 -04:00
dead-code.js Tighten up @const regex. 2016-01-20 11:35:45 -06:00
debugger.js
drop-console.js Drop all console statements properly 2015-01-31 13:24:44 +01:00
drop-unused.js Control keeping function arguments with a single option 2015-09-14 19:38:45 +02:00
evaluate.js Completely allow evaluating -0 2016-05-24 17:50:29 +02:00
html_comments.js Fix other operator output related to <!-- or --> 2015-10-13 01:17:10 -04:00
if_return.js Optimize if_return for single if/return cases. 2016-05-24 17:54:08 +02:00
issue-12.js Allow operator names as getters/setters 2016-01-19 19:28:51 +01:00
issue-22.js
issue-44.js
issue-59.js
issue-105.js
issue-126.js
issue-143.js
issue-208.js [Fix] --define replaces SymbolRefs in LHS of assignments 2015-08-10 11:22:36 -07:00
issue-267.js
issue-269.js
issue-597.js Fix tests 2015-04-17 11:28:59 +03:00
issue-611.js
issue-637.js Fix invalid removal of left side in && and || compression 2015-02-11 21:08:41 +01:00
issue-747.js Fix mangling of property names which overwrite unmangleable properties 2015-08-05 21:18:39 +02: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 Never mangle arguments and keep them in their scope 2016-01-14 19:45:52 +01:00
issue-913.js Fix hoisting the var in ForIn 2016-01-05 13:56:52 +02:00
issue-973.js preserve ThisBinding for side_effects 2016-02-17 19:34:01 +01:00
issue-976.js Add base54.reset() to compress tests 2016-04-12 20:08:09 +02:00
issue-979.js Take operator || precendence into account for AST_If optimization. 2016-02-21 12:05:02 -05:00
issue-1034.js Add passes compress option. Fix duplicate compress warnings. 2016-04-19 20:05:33 +02:00
issue-1041.js Prevent endless recursion when evaluating self-referencing consts 2016-04-13 15:03:31 +02:00
issue-1052.js Add test cases for slightly more esoteric cases 2016-04-26 11:49:55 +02:00
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 mangle with option keep_fnames=true for Safari. 2016-07-15 13:18:14 +02:00
issue-1275.js Account for side effects in string + expr optimization 2016-09-01 09:24:56 -04:00
labels.js
loops.js Keep const in own scope while compressing 2016-07-15 13:20:52 +02:00
negate-iife.js Fix negate_iife transform to return a correct tree for nested IIFEs 2016-08-17 11:55:59 +02: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 Fix: Uglified Number.prototype functions on big numbers 2016-03-14 12:41:06 +01:00
properties.js Fix --mangle-props and --mangle-props=unquoted 2016-08-14 21:51:25 +02:00
return_undefined.js return undefined optimization no longer uses return_void_0 option 2015-10-29 08:19:12 +01:00
screw-ie8.js Allow specification beautify options in tests 2015-10-28 20:50:01 +01:00
sequences.js
string-literal.js Move OctalEscapeSequence to read_escape_char 2016-06-30 21:42:15 +02:00
switch.js
typeof.js
unicode.js