Age | Commit message (Collapse) | Author |
|
|
|
- account for hoisting nature of `var`
|
|
- handle single-use assignments other than `AST_VarDef`
- scan `AST_Call` for candidates
|
|
for #2588
|
|
|
|
|
|
|
|
|
|
|
|
- faster exact type match
- aggressively convert to `!`
|
|
|
|
|
|
|
|
fixes #2577
|
|
fixes #2569
|
|
|
|
fixes #2571
|
|
|
|
|
|
|
|
fixes #2560
|
|
fixes #2560
|
|
|
|
`return void x()` => `x()`
|
|
|
|
|
|
|
|
- gated through `typeofs`
|
|
fixes #2535
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #2531
|
|
fixes #2519
|
|
|
|
fixes #2516
|
|
|
|
fixes #2513
|
|
|
|
fixes #2508
|
|
fixes #2506
|
|
|
|
fixes #2497
|
|
- suppress spurious `rename` from `commander`
- handle `AST_SymbolCatch` correctly
|
|
- give globally distinct names to distinct variables
- improve ability to compress cross-scoped
- introduce `options.rename` to `minify()`
- default `true` if both `compress` & `mangle`
|