v3.17.1
Features
- improve precision of escape analysis (d6d2f5c, 10bc86b)
- improve usability of
--mangle-props
(9eea3a6, 4653e8a, 5ac6ec5) - extend
glob
patterns for--in-situ
(535212c) - support Adobe ExtendScipt on best-effort basis (32bd65a)
- inline immediately invoked arrow function expressions (9dec612)
- improve elimination of lexical declarations (edf1bf1)
Bug Fixes
arguments
object (5b5f6e3)- arrow function (02d966d)
- assignment operator (1d42e9a)
async
function (15b608f)class
method (001f6f9)- compound assignment operator (f63b7b0)
- destructuring syntax (eb22f01)
export
statement (9cdc1ef)- lexical declaration (88dfc49, e0b302d)
- logical operator (78f354b)
return
statement (887e086)- ternary expression (78f354b, e4bff31)
throw
statement (4e4a2f8)- unary arithmetic operator (ac002b6, f63b7b0)
var
statement (887e086, 4db8106)