babel-plugin-transform-modern-regexp icon indicating copy to clipboard operation
babel-plugin-transform-modern-regexp copied to clipboard

Support lookbehinds

Open phaistonian opened this issue 7 years ago • 4 comments

As seen here.

phaistonian avatar May 08 '17 14:05 phaistonian

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).

DmitrySoshnikov avatar May 08 '17 17:05 DmitrySoshnikov

You gotta add something to the README.

keyword: @babel/plugin-proposal-regexp-lookbehind

Mouvedia avatar Oct 29 '18 21:10 Mouvedia

Is this issue still open? Does @babel/plugin-proposal-regexp-lookbehind exist?

GuillaumeCisco avatar Jan 30 '20 13:01 GuillaumeCisco

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)

joshgoebel avatar Nov 06 '20 18:11 joshgoebel