-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Importing Symbol properties before Symbol from core-js/library breaks Symbol #262
Labels
Comments
garrypas
pushed a commit
to garrypas/core-js
that referenced
this issue
Mar 1, 2017
…om core-js/library breaks Symbol
Fixed in |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a fresh session, run:
The latter gives
'object'
.By contrast, if you just do
This gives
'function'
as expected.This causes babel/babel#4783.
The text was updated successfully, but these errors were encountered: