| .. |
|
angular-inject.js
|
added newline at the end of the file
|
2014-07-08 11:16:35 +02:00 |
|
arrays.js
|
More attempts to determine when addition is associative
|
2013-09-22 15:26:10 +03:00 |
|
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 |
|
blocks.js
|
minor
|
2012-08-27 11:00:26 +03:00 |
|
collapse_vars.js
|
collapse_vars: fix if/else and ternary operator side effects
|
2016-01-28 12:17:06 -05:00 |
|
concat-strings.js
|
More attempts to determine when addition is associative
|
2013-09-22 15:26:10 +03:00 |
|
conditionals.js
|
Optimize ternaries with boolean consequent or alternative.
|
2016-04-02 17:22:12 +02:00 |
|
dead-code.js
|
Tighten up @const regex.
|
2016-01-20 11:35:45 -06:00 |
|
debugger.js
|
wrote more of the compressor and added some tests
|
2012-08-22 15:21:58 +03:00 |
|
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 |
|
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
|
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-105.js
|
Better fix for equality of typeof ... against "undefined"
|
2013-05-08 16:22:48 +03: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
|
[Fix] --define replaces SymbolRefs in LHS of assignments
|
2015-08-10 11:22:36 -07: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-597.js
|
Fix tests
|
2015-04-17 11:28:59 +03: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-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
|
preserve ThisBinding for side_effects
|
2016-02-17 19:34:01 +01:00 |
|
issue-979.js
|
Take operator || precendence into account for AST_If optimization.
|
2016-02-21 12:05:02 -05:00 |
|
labels.js
|
more optimizations for some break/continue cases
|
2012-10-18 15:14:57 +03:00 |
|
loops.js
|
Disable loop optimization for parse-only tests
|
2015-12-18 19:20:56 +01:00 |
|
negate-iife.js
|
Conditional/call optimization
|
2013-12-29 10:31:30 +02:00 |
|
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
|
Evaluate "foo".length ==> 3
|
2014-07-01 11:06:51 +03: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
|
Referencing a global is assumed to have side effects.
|
2014-09-28 11:18:25 +03:00 |
|
switch.js
|
Drop last default: if it's the last branch and empty
|
2013-03-01 13:12:03 +02:00 |
|
typeof.js
|
Add tests for typeof evaluation
|
2013-04-03 22:34:19 -04:00 |
|
unicode.js
|
Add test
|
2015-01-20 00:31:44 +01:00 |