Age | Commit message (Collapse) | Author |
|
fixes #3371
|
|
|
|
fixes #3366
|
|
fixes #3364
|
|
`var f = function() {};` => `function f() {}`
|
|
|
|
|
|
|
|
fixes #3297
|
|
fixes #3274
|
|
|
|
|
|
fixes #3166
|
|
|
|
- augment ufuzz/reminify test options
fixes #3125
|
|
fixes #3076
|
|
fixes #3054
|
|
fixes #3018
|
|
fixes #3016
|
|
fixes #2961
|
|
|
|
|
|
|
|
fixes #2898
|
|
- introduce `unsafe_undefined`
- safer `.toString()` compression
Miscellaneous
- rename `unsafe_Function`
|
|
fixes #2783
|
|
fixes #2737
|
|
|
|
|
|
- compress `function` with variables within loops
- restrict to `AST_Var` for better compatibility with ES6+
|
|
|
|
|
|
|
|
|
|
- nudge declarations without assignments
- within `AST_BlockStatement`
- across `AST_If`
|
|
|
|
fixes #2663
|
|
fixes #2628
|
|
fixes #2657
|
|
fixes #2644
|
|
fixes #2630
|
|
|
|
|
|
|
|
fixes #2616
|
|
- `fn.apply(a, [ ... ])` => `fn.call(a, ...)`
- `fn.call(a, ... )` => `a, fn(...)`
where `fn` can be `function` literal or symbol reference linked through `reduce_vars`
|
|
fixes #2604
|
|
fixes #2601
|
|
fixes #2476
|
|
|