babel-plugin-transform-modern-regexp
babel-plugin-transform-modern-regexp copied to clipboard
Support lookbehinds
As seen here.
Thanks; yeah, for now I'll keep this issue opened for further investigations, however, initial investigations showed that it'll be not trivial to transpile this (see https://github.com/DmitrySoshnikov/regexp-tree/issues/66 for details).
You gotta add something to the README.
keyword: @babel/plugin-proposal-regexp-lookbehind
Is this issue still open?
Does @babel/plugin-proposal-regexp-lookbehind
exist?
I also would be curious to know this. (though I'd guess this type of support [if possible] would be much slow than native regex engine)