Login
From:
2ality.com
(Uncensored)
subscribe
How TypeScript solved its global `Iterator` name clash
https://2ality.com/2025/06/typescript-iterator-types.html
links
backlinks
Roast topics
Find topics
Find it!
In ECMAScript 2025, JavaScript gets a class Iterator with iterator helper methods. This class conflicts with TypeScript’s existing types for iterators. In this blog post, we explore why that is and how TypeScript solves that conflict.