This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Disallow regexp look-behind #4329
kubijo
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been bitten in my ass several times at this point by Safari not supporting regexp look behind groups.
While it is hardly believable that this is still the case, the only thing we can do for now is to shake our heads & not use those at all… for this purpose I have found
eslint-plugin-no-lookahead-lookbehind-regexpextremely helpful.Beta Was this translation helpful? Give feedback.
All reactions