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 next version of typescript will include types for AsyncGenerator which parameterize the values passed to next and return. Blocked by microsoft/TypeScript#30790
The text was updated successfully, but these errors were encountered:
brainkim
changed the title
Parameterize return/next types and make Channel implement AsyncGenerator type once it’s published
Make Channel implement AsyncGenerator type and parameterize Return/Next types.
Jun 10, 2019
Probably can work on this now that typescript 3.6 has been released. Need to figure out how to support typescript version < 3.6, maybe using a type polyfill similar to the unknown type polyfill.
brainkim
changed the title
Make Channel implement AsyncGenerator type and parameterize Return/Next types.
Make Repeater implement AsyncGenerator type and parameterize Return/Next types
Oct 11, 2019
The next version of typescript will include types for
AsyncGenerator
which parameterize the values passed tonext
andreturn
. Blocked by microsoft/TypeScript#30790The text was updated successfully, but these errors were encountered: