-
-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox until 78 support \p
, Is there any good solution?
#343
Comments
\p
, Is there any good solution?\p
, Is there any good solution?
What is the issue you've encountered? You're making some assumptions about browser support here that do not seem relevant. XRegExp has supported |
For my scenario, I need compatibility with Firefox 67 Then I use the This line is executed when using the XRegexp base capability Line 1871 in 2dcf16d
However, Firefox needs to be upgraded above 78 to support https://caniuse.com/?search=%5Cp Whether the above functions are required If not, is it possible to make a plug-in Base capabilities are one package, others are loaded on demand By the way, I solved this problem by tweaking compatible versions |
Ah, now I see what you mean. That line you highlighted in
Yes, I'm open to this and would be happy to see pull requests that show how this might be achieved. |
I found itsues and found that
\p
introduced may be because of this #228.\p
Start support is 2018But Firefox is only supported until 78 (2020).
What is the way to block the use of
\p
Need to be compatible with Firefox 67 in my use scenario.
xregexp/src/xregexp.js
Line 1871 in 2dcf16d
The text was updated successfully, but these errors were encountered: