TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Add BuiltinIteratorReturn to IterableIterator and AsyncIterableIterator return types

Open rbuckton opened this issue 1 year ago • 0 comments

This is a follow-on PR to https://github.com/microsoft/TypeScript/pull/58243 to add BuiltinIteratorReturn to all IterableIterator and AsyncIterableIterator return types.

TODO:

  • [ ] Update the "typescript" dependency in package.json to a shipping version that supports BuiltinIteratorReturn and the TReturn type parameter for IterableIterator/AsyncIterableIterator
  • [ ] Update README.md to indicate the minimum TypeScript version

rbuckton avatar May 07 '24 14:05 rbuckton