kzc
|
d854523783
|
Fix negate_iife regression #1254
|
2016-08-17 01:29:34 -04:00 |
|
kzc
|
5f464b41e2
|
Simplify iife new fix
as suggested by @rvanvelzen.
Added a test for IIFEs in nested contexts.
|
2016-05-15 19:12:17 -04:00 |
|
kzc
|
bcc1318d4b
|
Do not apply negate_iife optimization to new expression
|
2016-05-09 03:19:28 -04:00 |
|
Mihai Bazon
|
b521b4b926
|
Conditional/call optimization
foo ? bar(x) : bar(y) ==> bar(foo ? x : y)
|
2013-12-29 10:31:30 +02:00 |
|
Mihai Bazon
|
ed80b4a534
|
Move support for negate_iife in the compressor, rather than code generator
(the code generator doesn't maintain enough context to know whether
the return value is important or discarded)
Fixes #272
|
2013-08-20 17:45:52 +03:00 |
|