/acorn-parse-regexps

Improved regular expressions support for Acorn

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

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.