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
@abhijith94 as you can see, this issue contains a help wanted label. I do not plan to write this polyfill shortly. If someone wanna work on it, I'm ready to help and accept a PR.
Does core-js provide a way to polyfill the RegExp feature Lookbehind assertion not available in IE11?
This example uses look-behind and works in Chrome but not in IE11 (as is to be expected):
My project is configured to use babel and automatically add core-js polyfills for all used ES6 features:
The text was updated successfully, but these errors were encountered: