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

[Bug] Amend changes from stage 3 sync and stage 2 async iterator helpers proposals #15

Open
MadProbe opened this issue Mar 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@MadProbe
Copy link
Owner

MadProbe commented Mar 6, 2023

Self-explanatory

Namely:

  1. Make Promise returning helpers throw errors asynchronously (reject promise), rather than synchronously
  2. Make special %IteratorHelperPrototype% class and wrap the generators around them without next-passing behavior unless runtime flag set (e.g. send no arguments to next, can also handled in this class btw)
  3. Export .toAsync()
@MadProbe MadProbe added the bug Something isn't working label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant