-
Notifications
You must be signed in to change notification settings - Fork 12
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
Doesn't quite match AsyncIterable interface? #56
Comments
Is that the typescript definition? I’m pretty sure As for If you need help with flow stuff or any other questions let me know! |
ah okay, they've updated the interface from whatever I found, which I think was one of the first commits of it |
FWIW the spec says this behavior isn't enforced...
But I guess the TS declarations enforce this on anything implementing the TS The flow defs are so messed up sigh |
I don't know if this causes problems in TS, but I noticed it because I'm trying to convert the defs to Flow, so I wanted to point it out.
The
AsyncIterator
interface isnext
andreturn
don't acceptPromiseLike
the way they do inRepeater
.The text was updated successfully, but these errors were encountered: