DmitrySoshnikov / babel-plugin-transform-modern-regexp

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

Support lookbehinds #5

Open phaistonian opened 7 years ago

phaistonian commented 7 years ago

As seen here.

DmitrySoshnikov commented 7 years ago

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

Mouvedia commented 5 years ago

You gotta add something to the README.

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

GuillaumeCisco commented 4 years ago

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

joshgoebel commented 3 years ago

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)