-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fixes iterator helpers when interacting with other polyfills #80
Conversation
IE is still failing, but might also be a browserstack issue: https://github.com/mrhenry/polyfill-library/actions/runs/11454689367/job/31934817539 |
I can replicate that issue locally. When I look in BrowserStack, I see Any comments on this PR? |
@romainmenke Please take a look, if you have some time. |
Haven't had much time :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. LGTM 👍
Sorry it took a while to get to this :)
This PR fixes iterator helpers when loaded alongside other polyfills (e.g.
String.prototype.@@iterator
). It is a follow-up to #76.