DmitrySoshnikov / babel-plugin-transform-modern-regexp

Babel plugin for modern RegExp features in JavaScript
MIT License
81 stars 8 forks source link

Implement plugin options #2

Closed DmitrySoshnikov closed 7 years ago

DmitrySoshnikov commented 7 years ago

The compat-transpiler from regexp-tree accepts a whitelist of transforms to apply, so this can be used for the same purposes on the Babel plugin (per request).

DmitrySoshnikov commented 7 years ago

Fixed in https://github.com/DmitrySoshnikov/babel-plugin-transform-modern-regexp/commit/d4b4c1d2614bd5e463990ccedbdd96b4fa57b00e.