Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-24 | support nullish coalescing operator (#4678) | Alex Lam S.L | |
2018-07-01 | fix corner case in `unused` | alexlamsl | |
2017-07-03 | improve parenthesis emission (#2196) | Alex Lam S.L | |
- eliminate `throw` usages - suppress extraneous parenthesis - `new function() {foo.bar()}.baz` - `for (function() { "foo" in bar; };;);` | |||
2016-08-17 | Fix negate_iife transform to return a correct tree for nested IIFEs | Richard van Velzen | |
Fix for #1256, partially reverts d854523783b4 | |||
2016-08-14 | Fix unneeded parens around unary args in new expression. | kzc | |
2016-06-12 | Stop dropping args in new expressions | Anthony Van de Gejuchte | |
2016-06-08 | Fix uglify attempting to rewrite invalid new expressions | Anthony Van de Gejuchte | |
2015-08-27 | Fix bad parsing of `new new x()()` constructs | Richard van Velzen | |
Fixes #739 |