Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-13 | fix corner cases in `preserve_line` (#3212) | Alex Lam S.L | |
2018-07-01 | fix corner case in `unused` | alexlamsl | |
2017-05-12 | remove support for `const` (#1910) | Alex Lam S.L | |
As this is not part of ES5. | |||
2017-02-21 | enhance `global_defs` | alexlamsl | |
- support arrays, objects & AST_Node - support `"a.b":1` on both cli & API - emit warning if variable is modified - override top-level variables fixes #1416 closes #1198 closes #1469 | |||
2017-01-19 | add missing LHS cases which global_defs should avoid | alexlamsl | |
2015-08-10 | [Fix] --define replaces SymbolRefs in LHS of assignments | Christopher Chedeau | |
See #208 for context |