You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return types of functions parseChunk and flush are incorrectly typed as Iterator<T> in Typescript declarations while it is supposed to be Iterable<T>!
This makes Typescript error out for spread operator ... as well as for loops.
I can make the change if PR's are welcomed.
Thanks.
The text was updated successfully, but these errors were encountered:
The return types of functions
parseChunk
andflush
are incorrectly typed asIterator<T>
in Typescript declarations while it is supposed to beIterable<T>
!This makes Typescript error out for spread operator
...
as well asfor
loops.I can make the change if PR's are welcomed.
Thanks.
The text was updated successfully, but these errors were encountered: