microsoft / TypeScript-DOM-lib-generator

Tool for generating dom related TypeScript and JavaScript library files
Apache License 2.0
600 stars 417 forks source link

Add BuiltinIteratorReturn to IterableIterator and AsyncIterableIterator return types #1713

Open rbuckton opened 2 months ago

rbuckton commented 2 months ago

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: