Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-01 | fix corner case in `unused` | alexlamsl | |
2017-12-01 | improve compression of loop conditions (#2543) | Alex Lam S.L | |
2017-11-11 | implement compress option `reduce_funcs` (#2466) | Alex Lam S.L | |
- inline single-use function declarations as expressions when permissible - depend on `reduce_vars` - enabled by default - disable for speed critical code fixes #2464 | |||
2017-04-22 | fix label-related bugs (#1835) | Alex Lam S.L | |
- deep cloning of `AST_LabeledStatement` - `L:do{...}while(false)` - empty statement with label within block extend `test/ufuzz.js` - generate labels for blocks & loops - generate for-in statements - skip suspicious option search if `minify()` errs fixes #1833 |