DmitrySoshnikov / babel-plugin-transform-modern-regexp

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

Removed dangling function argument #6

Closed miketamis closed 6 years ago

miketamis commented 6 years ago

This was only added to node v8, because this module isn't transformed before publish, it shouldn't use it, otherwise this module won't work with pre v8.

DmitrySoshnikov commented 6 years ago

Good catch, thanks!