-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Make Symbol.* (e.g. Symbol.iterator) unique symbols #27525
Comments
@rbuckton what are your thoughts on this? |
This is something we plan to do, but requires us to support |
#24738 also works around the old-lib issue by considering any symbols under the global |
#24738 would fix this in a manner that’s compatible with old |
Search Terms
Suggestion
Use this:
Or this:
Instead of this:
Use Cases
Right now, I can do this for custom
unique symbol
:But not for
Symbol.*
Checklist
My suggestion meets these guidelines:
Playground Link (This also works)
Related Issue
The text was updated successfully, but these errors were encountered: