Skip to content
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

Closed
taion opened this issue Dec 8, 2016 · 1 comment
Closed
Labels

Comments

@taion
Copy link

taion commented Dec 8, 2016

In a fresh session, run:

require('core-js/library/fn/symbol/async-iterator');
typeof require('core-js/library/fn/symbol');

The latter gives 'object'.

By contrast, if you just do

typeof require('core-js/library/fn/symbol');

This gives 'function' as expected.

This causes babel/babel#4783.

@zloirock zloirock added the bug label Dec 8, 2016
garrypas pushed a commit to garrypas/core-js that referenced this issue Mar 1, 2017
zloirock added a commit that referenced this issue Feb 11, 2018
zloirock added a commit that referenced this issue Feb 11, 2018
zloirock added a commit that referenced this issue Feb 16, 2018
zloirock added a commit that referenced this issue Feb 27, 2018
zloirock added a commit that referenced this issue Mar 15, 2018
zloirock added a commit that referenced this issue Mar 17, 2018
@zloirock
Copy link
Owner

Fixed in v3 branch.

@zloirock zloirock mentioned this issue Mar 23, 2018
zloirock added a commit that referenced this issue Mar 27, 2018
zloirock added a commit that referenced this issue Mar 27, 2018
zloirock added a commit that referenced this issue Apr 3, 2018
zloirock added a commit that referenced this issue Apr 9, 2018
zloirock added a commit that referenced this issue Apr 21, 2018
zloirock added a commit that referenced this issue May 4, 2018
zloirock added a commit that referenced this issue May 5, 2018
zloirock added a commit that referenced this issue May 7, 2018
zloirock added a commit that referenced this issue May 14, 2018
zloirock added a commit that referenced this issue May 18, 2018
zloirock added a commit that referenced this issue May 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants