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

Don't set Symbol when loading asyncIterator #267

Closed
wants to merge 1 commit into from

Conversation

taion
Copy link

@taion taion commented Dec 21, 2016

Fixes #262, though I'm not sure how to test that.

Does this look right? This code doesn't seem to need to change core.Symbol if core.Symbol doesn't already exist, and the module building core.Symbol will pick up everything defined on wks.store anyway.

@taion
Copy link
Author

taion commented Jan 23, 2017

Does this look like it's on the right track?

@taion
Copy link
Author

taion commented Feb 2, 2017

Any updates here?

@taion
Copy link
Author

taion commented Feb 7, 2017

BTW, if we merge this, we should possibly revert babel/babel#5195, since that workaround would no longer be relevant.

@zloirock
Copy link
Owner

zloirock commented Feb 7, 2017

@taion this PR is not a completely correct fix - it will work only in some cases. Most likely, need to rewrite _export. I have a problem with time, but I'll try to do it near days.

@taion
Copy link
Author

taion commented Feb 7, 2017

My apologies then. There's no urgency here on my part any more, BTW – babel/babel#5195 works around this adequately and even leads to slightly terser generated code on the Babel side.

@taion
Copy link
Author

taion commented Feb 5, 2018

I'm going to close this given that the comment above that the implementation isn't correct. The workaround on Babel is sufficient for my purposes, plus we still have the tracking issue anyway.

@taion taion closed this Feb 5, 2018
@taion taion deleted the async-iterator branch February 5, 2018 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants