danieloakman / iteragain

Javascript ES6 Iterable/Iterator utilities.
ISC License
1 stars 0 forks source link

Investigate support with Typescript v5.6 #35

Open danieloakman opened 1 month ago

danieloakman commented 1 month ago

Typescript v5.6 has added some methods to generators, iterators, etc. As well as other types like the "Built in" iterator types.

This needs to be investigated and to see whether any large migration needs to be made to support this.