Skip to content

v0.9.1

Compare
Choose a tag to compare
@adams85 adams85 released this 29 Mar 08:39
· 51 commits to master since this release

Improvements:

  • Add option to allow new.target meta-properties outside functions (ParserOptions.AllowNewTargetOutsideFunction).
  • Improve performance of for-await-of loop parsing.
  • Improve error reporting regarding for loops.

Breaking changes:

  • Change the type of CatchClause.Body, TryStatement.Block and TryStatement.Finalizer to NestedBlockStatement (which is sealed).