JSPM

acorn-parse-regexps

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

Improved support for regular expressions in acorn

Package Exports

  • acorn-parse-regexps
  • acorn-parse-regexps/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-parse-regexps) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Improved regular expressions support for Acorn

NPM version

acorn now supports host-independent parsing of regular expressions out of the box. Just make sure that you use acorn >= 5.5.0 and set ecmaVersion >= 9 if you want to use new regular expression features. This plugin is deprecated.