Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-24 | improve collapsible value detection (#1638) | Alex Lam S.L | |
- #1634 bars variables with cross-scope references in between to collapse - but if assigned value is side-effect-free, no states can be modified, so it is safe to move | |||
2017-03-23 | account for cross-scope modifications in `collapse_vars` (#1634) | Alex Lam S.L | |
mostly done by @kzc fixes #1631 | |||
2017-03-23 | fix a bug in simple_glob (#1632) | Alex Lam S.L | |
- "?" should not match "/" - other minor clean-ups | |||
2017-03-07 | transform function calls to IIFEs (#1560) | Alex Lam S.L | |
- expose function body to call sites for potential optimisations - suppress substitution of variable used within `AST_Defun` | |||
2016-08-14 | Add input file glob support to minify() | kzc | |