New features:
- Implement Explicit Resource Management as an experimental feature (see
ExperimentalESFeatures.ExplicitResourceManagement).
Improvements:
- Remove
net6.0from the target frameworks. - Mark the deprecated
Expressionproperty of function nodes as obsolete. - Remove the long deprecated
eachproperty ofForInStatementfrom the output of AST to JSON conversion. - Minor performance-related tweaks.
Bug fixes:
- Reject return statements in class static blocks, even if
AllowReturnOutsideFunctionis used (see also acornjs/acorn#1378).