From 756417965e60ebb7261af2261335a5f74905bad6 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Tue, 10 Mar 2026 15:39:24 -0600 Subject: [PATCH 1/2] Update proposal stage from 0 to 2.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcf7750..2dd3006 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Iterator Includes A TC39 proposal to allow the developer to ask whether an iterator yields a given value. Analogue to `Array.prototype.includes`. -**Stage: 0** +**Stage: 2.7** **Specification:** [https://michaelficarra.github.io/proposal-iterator-includes](https://michaelficarra.github.io/proposal-iterator-includes) From 47ffc79beb879a86483c82bad3fd024fe63c8537 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Tue, 10 Mar 2026 15:39:59 -0600 Subject: [PATCH 2/2] also spec --- spec.emu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.emu b/spec.emu index 2c8a38c..cc1cfb5 100644 --- a/spec.emu +++ b/spec.emu @@ -3,7 +3,7 @@