Skip to content

7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 11:17
ff46a53

Breaking Changes

  • Upgrade to acorn v8 (#60)

  • Set default ecmaVersion to "latest" (#64)

New Features

  • You can now override the default options passed to the acorn parser: (#64)

    cons defaults = {
      allowReturnOutsideFunction: true,
      allowImportExportEverywhere: true,
      allowHashBang: true,
      ecmaVersion: "latest"
    }

Bug Fixes

  • Support catch handler without binding the error to a variable (#58)

  • Ignore this in class property definitions (#52)