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 TypeScript team have resecently made some changes to the Iterator group of interfaces, protocols, and their related type definitions. For context, the TypeScript team is in the middle of making changes to the type declarations regarding iterators after TC39 recently landed changes for iterator helpers.
Either I'm confused and am using the types incorrectly, or the version of TypeScript being used by Deno is outdated.
The text was updated successfully, but these errors were encountered:
chances
changed the title
Outdated TypeScript, re: JS library definitions for `
Outdated TypeScript, re: JS library definitions for Iterator.from.
Nov 8, 2024
chances
changed the title
Outdated TypeScript, re: JS library definitions for Iterator.from.
Outdated TypeScript, re: JS Type Declarations for Iterator.fromNov 8, 2024
The TypeScript team have resecently made some changes to the
Iterator
group of interfaces, protocols, and their related type definitions. For context, the TypeScript team is in the middle of making changes to the type declarations regarding iterators after TC39 recently landed changes for iterator helpers.Either I'm confused and am using the types incorrectly, or the version of TypeScript being used by Deno is outdated.
My apologies if this is the incorrect repository.
Reproduction
index.ts
:deno.json
:Error reported by the Deno language server
Deno Runtime Versions
References
The text was updated successfully, but these errors were encountered: