UglifyJS/test/compress
Richard van Velzen 8571a08a93 Do not attempt evaluating class expressions
Broadly the same as function expressions - these actually are statements but
we're limited by the inheritance tree.

Fixes #1044
2016-04-19 20:01:26 +02:00
..
angular-inject.js
arrays.js
ascii.js Escape all ASCII control characters within strings when using ascii_only. 2016-03-24 11:51:54 -04:00
asm.js add asm.js test 2015-10-07 10:00:28 +02:00
block-scope.js Fixups after merge 2016-04-18 15:51:32 +02:00
blocks.js
collapse_vars.js collapse_vars: fix if/else and ternary operator side effects 2016-01-28 12:17:06 -05:00
concat-strings.js
conditionals.js Optimize ternaries with boolean consequent or alternative. 2016-04-02 17:22:12 +02:00
dead-code.js Merge branch 'master' into harmony 2016-04-18 15:50:35 +02:00
debugger.js
destructuring.js Starting destructuring expressions 2015-08-25 17:49:27 +01:00
drop-console.js
drop-unused.js First class block scope 2016-03-27 19:40:20 +02:00
expansions.js expand parameters 2015-08-05 21:15:23 +02:00
harmony.js Fixups after merge 2016-04-18 15:51:32 +02:00
hoist.js Parse and compress destructuring VarDefs 2015-08-21 12:04:26 +02:00
html_comments.js Fix other operator output related to <!-- or --> 2015-10-13 01:17:10 -04: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-203.js Add a test to verify that destructuring arguments work with #203 code 2015-07-29 14:54:45 +02:00
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-926.js Add test for bad template string parsing 2016-01-19 19:22:22 +01: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-1001.js Fix eager parsing of arrow functions for non-punc tokens 2016-03-10 22:18:48 +01:00
issue-1034.js Fix warnings for referenced non-hoisted functions. 2016-04-11 18:15:20 +02:00
issue-1041.js Prevent endless recursion when evaluating self-referencing consts 2016-04-13 15:03:31 +02:00
issue-1043.js Consider yield expressions as having side-effects 2016-04-13 14:39:49 +02:00
issue-1044.js Do not attempt evaluating class expressions 2016-04-19 20:01:26 +02:00
labels.js
loops.js Disable loop optimization for parse-only tests 2015-12-18 19:20:56 +01:00
negate-iife.js
new.js Fix bad parsing of new new x()() constructs 2015-08-27 12:29:36 +03:00
numbers.js Fix: Uglified Number.prototype functions on big numbers 2016-03-14 12:41:06 +01:00
properties.js
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
super.js Uglifyjs already supports super as an implicit global! Just adding a test to indicate that. 2015-08-05 11:49:37 +01:00
switch.js
typeof.js
unicode.js