Age | Commit message (Expand) | Author |
---|---|---|
2016-08-17 | Fix negate_iife transform to return a correct tree for nested IIFEs...Fix for #1256, partially reverts d854523783b4 | Richard van Velzen |
2016-08-17 | Fix negate_iife regression #1254 | kzc |
2016-05-15 | Simplify iife `new` fix...as suggested by @rvanvelzen. Added a test for IIFEs in nested contexts. | kzc |
2016-05-09 | Do not apply negate_iife optimization to `new` expression | kzc |
2013-12-29 | Conditional/call optimization... foo ? bar(x) : bar(y) ==> bar(foo ? x : y) | Mihai Bazon |
2013-08-20 | 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 | Mihai Bazon |