Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-22 | improve usability of `global_defs` in `minify()` (#1987) | Alex Lam S.L | |
Use `@key` to `parse()` string value as `AST_Node`. fixes #1986 | |||
2017-05-12 | remove support for `const` (#1910) | Alex Lam S.L | |
As this is not part of ES5. | |||
2017-04-08 | fix a couple of bugs in `global_defs` (#1802) | Alex Lam S.L | |
- `optimize()` substituted expression - compute nested property string correctly fixes #1801 Miscellaneous - reset optimisation flags on all node types | |||
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 |