-
Notifications
You must be signed in to change notification settings - Fork 33
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
[…asyncIterator]
sugar for Array.fromAsync
?
#1301
Comments
I wouldn't be against it, but aren't polyfills generally outside the scope of Civet? |
I agree that it seems out of the scope, given that this proposal seems to be a standard-library feature instead of a language feature. (Let me know if I misread.) So it seems you that you can just include an existing JS polyfill, and it'll work great with Civet. |
Ah of course, makes sense. Do you happen to know of a good one? I did wonder if Civet could possibly have some kind of |
[…asyncIterator]
sugar for Array.fromAsync
?
The best polyfill I've found is https://github.com/MadProbe/iterator-helpers-polyfill I'm not sure we want to redefine |
|
What do we think about adding polyfills for iterator helpers—currently at stage 3 of the TC39 process—and their
async
equivalent, currently at stage 2?The text was updated successfully, but these errors were encountered: