Skip to content

Commit 33be3cb

Browse files
committed
Iterator Sequencing to stage 4, per 2025.11.18 TC39
1 parent d3abacf commit 33be3cb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Stage 2 indicates that the committee expects these features to be developed and
3232
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | <sub>[Testing plan][redeclarable-global-eval-vars-testplan]</sub> | <sub>[April&nbsp;2024][redeclarable-global-eval-vars-notes]</sub> |
3333
| [`Atomics.pause`][atomics-pause] | Shu-yu Guo | Shu-yu Guo | <sub>[Atomics.pause][atomics-pause-tests]</sub> | <sub>[October&nbsp;2024][atomics-pause-notes]</sub> |
3434
| [Deferring Module Evaluation][lazy-import] | Yulia Startsev<br />Guy Bedford | Yulia Startsev<br />Guy Bedford<br />Nicolò Ribaudo | <sub>[Testing plan][lazy-import-testplan]</sub> | <sub>[February&nbsp;2025][lazy-import-notes]</sub> |
35-
| [Iterator Sequencing][sequencing] | Michael Ficarra | Michael Ficarra | :question: | <sub>[July&nbsp;2025][sequencing-notes]</sub> |
3635
| [`Upsert`][upsert] | Daniel Minor, Lauritz Thoresen Angeltveit, Jonas Haukenes, Sune Lianes, Vetle Larsen, Mathias Hop Ness | Daniel Minor | <sub>[Testing plan][upsert-testing-plan]</sub> | <sub>[July&nbsp;2025][upsert-notes]</sub> |
3736
| [Non-extensible Applies to Private][nonext-private] | Mark Miller<br />Shu-yu Guo<br />Chip Morningstar<br />Erik Marks | Mark Miller<br />Shu-yu Guo<br />Chip Morningstar<br />Erik Marks | :question: | <sub>[September&nbsp;2025][nonext-private-notes]</sub> |
3837

@@ -185,8 +184,6 @@ Note that as part of the onboarding process your repository name may be normaliz
185184
[dynamic-code-brand-checks]: https://github.com/tc39/proposal-dynamic-code-brand-checks
186185
[dynamic-code-brand-checks-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-12/december-5.md#dynamic-code-brand-checks-for-stage-2
187186
[error-iserror-tests]: https://github.com/tc39/test262/pull/4266
188-
[sequencing]: https://github.com/tc39/proposal-iterator-sequencing
189-
[sequencing-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-07/july-28.md#iterator-sequencing-for-stage-3
190187
[esm-phase]: https://github.com/tc39/proposal-esm-phase-imports
191188
[esm-phase-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-12/december-04.md#esm-phase-imports-for-stage-27
192189
[discards]: https://github.com/tc39/proposal-discard-binding

finished-proposals.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Finished proposals are proposals that have reached stage 4, and are included in
44

55
| Proposal | Author | Champion(s) | TC39 meeting notes | Expected Publication Year |
66
| ------------------------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------- | ------------------------------------------- | ------------------------- |
7-
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | [July 2025][uint8array-base64-notes] | 2026 |
8-
| [`Math.sumPrecise`][math-sum] | Kevin Gibbons | Kevin Gibbons | [July 2025][math-sum-notes] | 2026 |
9-
| [`Error.isError`][is-error] | Jordan Harband | Jordan Harband | [May 2025][is-error-notes] | 2026 |
7+
| [Iterator Sequencing][sequencing] | Michael Ficarra | Michael Ficarra | <sub>November&nbsp;2025</sub> | 2026 |
8+
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | [July 2025][uint8array-base64-notes] | 2026 |
9+
| [`Math.sumPrecise`][math-sum] | Kevin Gibbons | Kevin Gibbons | [July 2025][math-sum-notes] | 2026 |
10+
| [`Error.isError`][is-error] | Jordan Harband | Jordan Harband | [May 2025][is-error-notes] | 2026 |
1011
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband<br />Kevin Gibbons | [February 2025][escape-notes] | 2025 |
1112
| [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter<br />Kevin Gibbons | [February 2025][float16s-notes] | 2025 |
1213
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | [October 2024][try-notes] | 2025 |
@@ -219,3 +220,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
219220
[math-sum-notes]: https://github.com/tc39/notes/blob/main/meetings/2025-07/july-28.md#mathsumprecise-for-stage-4
220221
[uint8array-base64]: https://github.com/tc39/proposal-arraybuffer-base64
221222
[uint8array-base64-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-07/july-28.md#uint8array-base64hex-for-stage-4
223+
[sequencing]: https://github.com/tc39/proposal-iterator-sequencing
224+
[sequencing-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-07/july-28.md#iterator-sequencing-for-stage-3

0 commit comments

Comments
 (0)