JSPM

acorn-optional-catch-binding

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2092
  • Score
    100M100P100Q21696F
  • License AGPL-3.0

Support for optional catch binding in acorn

Package Exports

  • acorn-optional-catch-binding
  • acorn-optional-catch-binding/inject

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (acorn-optional-catch-binding) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Support for optional catch binding in Acorn

NPM version

Since optional catch bindings are part of ECMAScript 2019, acorn now supports it out of the box. Just make sure that you use acorn >= 5.6.0 and set ecmaVersion >= 10. This plugin is deprecated.