Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

stage 4 🎉 #303

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Iterator Helpers

> [!IMPORTANT]
> This proposal is now a Stage 4 and will be merged into ECMA-262 as part of https://github.com/tc39/ecma262/pull/3395. This repo is no longer active.

A proposal for several interfaces that will help with general usage and
consumption of iterators in ECMAScript.

Expand All @@ -9,7 +12,7 @@ Authors: Gus Caplan, Michael Ficarra, Adam Vandolder, Jason Orendorff, Kevin Gib

Champions: Michael Ficarra, Yulia Startsev

This proposal is at Stage 3 of [The TC39 Process](https://tc39.es/process-document/).
This proposal is at Stage 4 of [The TC39 Process](https://tc39.es/process-document/).

This proposal formerly contained async as well as sync helpers. The async helpers have been split out to [a separate proposal](https://github.com/tc39/proposal-async-iterator-helpers).

Expand Down
Loading