Features
- support handling of ES modules (c82fc1e)
- improve handling of input with mixed sloppy/strict modes (e31bbe3, 2152f00)
Bug Fixes
async
function (27aa85f, 3c9e169)class
literal (c2ca7b7, ad3a331)- default parameter (f70462a, 27727e6, d4caa97, 740f93f, a025392)
- destructuring syntax (33c9c48, a025392)
export
statement (fc6a668)- generator function (27aa85f)
- immediately invoked function expression (63f16e4)
- labeled statement (ad5f5ef)
- lexical declaration (8bc03dc)
- logical operator (59b23b8)
- object literal (7db2ada)
return
statement (94aae05, 3c9e169)