You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it does not seem that core-js polyfills the RegExp constructor to handle the s flag, I'm wondering whether you might be willing to depend on https://github.com/mathiasbynens/regexpu-core (using its dotAllFlag: true), rewriting the pattern to work compatibly?
Might help with #521 also (the namedGroup: true option).
The text was updated successfully, but these errors were encountered:
As it does not seem that core-js polyfills the RegExp constructor to handle the
s
flag, I'm wondering whether you might be willing to depend on https://github.com/mathiasbynens/regexpu-core (using itsdotAllFlag: true
), rewriting the pattern to work compatibly?Might help with #521 also (the
namedGroup: true
option).The text was updated successfully, but these errors were encountered: