tc39/proposal-iterator-helpers resource
Methods for working with iterators in ECMAScript observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2788
- days_rel: n/a
- days_push: 694
- n_releases_24m: 0
Adoption not part of the score
1348 stars · 34 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TC39 ECMAScript language proposal specifying iterator helper methods (map, filter, take, drop, flatMap, reduce, etc.) on the Iterator prototype. The proposal reached Stage 4 and was merged into ECMA-262, so this repository is archived and no longer active.
Use cases
- add map and filter to javascript iterators
- lazily process infinite sequences in javascript
- understand how iterator helpers work in es2025
- read the tc39 spec for iterator.prototype.take
- replace lodash-style iterator utilities with native methods
- learn how tc39 proposals advance through stages
When to choose
- you want to read the original specification text or design rationale for iterator helpers
- you are researching the TC39 process or the history of this proposal
When to avoid
- you want a runnable library or polyfill - use the built-in methods in modern JavaScript runtimes instead
- you need async iterator helpers - those were split into a separate proposal
- you expect active development - the repo is merged and inactive
Facets
learning-resource · maturity abandoned
programming-language interpreter developer-tools programming-languages developer-tools documentation browser cross-platform ecmascript tc39 javascript iterators language-specification stage-4-proposal algorithms nodejs
2 sources
- readme: https://github.com/tc39/proposal-iterator-helpers · fetched 2026-08-28 · 96559c3f0b8b
- homepage: https://tc39.es/proposal-iterator-helpers · fetched 2026-08-29 · ba955f88a2e1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tc39/proposal-iterator-helpers | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="tc39/proposal-iterator-helpers")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem