Uh oh!
There was an error while loading. Please reload this page.
Allow specifying TReturn and TNext for AsyncIterableIterator and AsyncIterable - #36723
Allow specifying TReturn and TNext for AsyncIterableIterator and AsyncIterable#36723Brian Terlson (bterlson) wants to merge 2 commits into
Conversation
TypeScript Bot (@typescript-bot) test this |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the extended test suite on this PR at 3b69bf2. You can monitor the build here. It should now contribute to this PR's status checks. |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the parallelized Definitely Typed test suite on this PR at 3b69bf2. You can monitor the build here. It should now contribute to this PR's status checks. |
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the parallelized community code test suite on this PR at 3b69bf2. You can monitor the build here. It should now contribute to this PR's status checks. |
TypeScript Bot (typescript-bot)
commented
Feb 13, 2020
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
3b69bf2 to
aa0f332CompareBrian Terlson (bterlson)
commented
Feb 13, 2020
TypeScript Bot (@typescript-bot) test this |
Heya Brian Terlson (@bterlson), I've started to run the parallelized Definitely Typed test suite on this PR at aa0f332. You can monitor the build here. It should now contribute to this PR's status checks. |
Heya Brian Terlson (@bterlson), I've started to run the parallelized community code test suite on this PR at aa0f332. You can monitor the build here. It should now contribute to this PR's status checks. |
Heya Brian Terlson (@bterlson), I've started to run the extended test suite on this PR at aa0f332. You can monitor the build here. It should now contribute to this PR's status checks. |
What about Also, do note that this was originally rejected in #30790 (comment) by Ron Buckton (@rbuckton). |
Brian Terlson (bterlson)
commented
Feb 18, 2020
ExE Boss (@ExE-Boss) I would argue for similar treatment, but given Ron Buckton (@rbuckton)'s trepidation I think we should wait and see what he thinks. If adding Iterable and IterableIterator to this PR would help, I will do it! |
At one point in #30790 I was using We also had issues with the fact that we were conflating I am considering my concerns about adding |
Unfortunately, we never finished reviewing this PR. It is pretty old now, so I'm going to close it to reduce the number of open PRs. |

Partially fixes#33932 by giving a way to provide a better type than
anyfor TReturn. Implementation is simply adding and plumbing theTReturnandTNextparameters for both AsyncIterableIterator and AsyncIterable, and updating baselines.