diff --git a/README.md b/README.md
index 38ac34af..2a5ed4b8 100644
--- a/README.md
+++ b/README.md
@@ -34,13 +34,13 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Decorator Metadata][decorator-metadata] | Kristen Hewell Garrett | Kristen Hewell Garrett | :question: | [May 2023][decorator-metadata-notes] |
| [Import Attributes][import-attributes] | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | Sven Sauleau
Dan Clark
Daniel Ehrenberg
Nicolò Ribaudo | [import-attributes][import-attributes-tests] | [March 2023][import-attributes-notes] |
| [Source Phase Imports][source-phase-imports] | Luca Casonato | Guy Bedford
Luca Casonato | :question: | [July 2023][source-phase-imports-notes] |
-| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | :question: | February 2024 |
+| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | :question: | [February 2024][uint8array-base64-notes] |
### Stage 2.7
| Proposal | Author | Champion | Test262 Feature Flag | Last Presented |
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------- |
-| [ShadowRealm][shadowrealm] | Caridy Patiño
Jean-Francois Paradis | Dave Herman
Mark Miller
Caridy Patiño
Leo Balter
Rick Waldron
Chengzhong Wu | [ShadowRealm][realms-tests] | February 2024 |
+| [ShadowRealm][shadowrealm] | Caridy Patiño
Jean-Francois Paradis | Dave Herman
Mark Miller
Caridy Patiño
Leo Balter
Rick Waldron
Chengzhong Wu | [ShadowRealm][realms-tests] | [February 2024][realms-notes] |
### Stage 2
@@ -68,8 +68,8 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Time Zone Canonicalization][time-zone-canon] | Justin Grant | Justin Grant
Richard Gibson | [May 2023][time-zone-canon-notes] |
| [Deferring Module Evaluation][lazy-import] | Yulia Startsev
Guy Bedford | Yulia Startsev
Guy Bedford
Nicolò Ribaudo | [July 2023][lazy-import-notes] |
| [`RegExp.escape`][escape] | Domenic Denicola
Benjamin Gruenbaum
Jordan Harband | Jordan Harband | [September 2023][escape-notes] |
-| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | February 2024 |
-| [`Promise.try`][try] | Jordan Harband | Jordan Harband | February 2024 |
+| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | [February 2024][joint-notes] |
+| [`Promise.try`][try] | Jordan Harband | Jordan Harband | [February 2024][try-notes] |
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | February 2024 |
The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
@@ -94,7 +94,7 @@ Note that as part of the onboarding process your repository name may be normaliz
[decorators-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-03/mar-28.md#decorators-for-stage-3
[decorators-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=decorators
[shadowrealm]: https://github.com/tc39/proposal-shadowrealm
-[realms-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#shadowrealms-updates-and-potential-normative-changes
+[realms-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#shadowrealms-update
[realms-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=ShadowRealm
[temporal]: https://github.com/tc39/proposal-temporal
[temporal-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#temporal-update
@@ -173,9 +173,9 @@ Note that as part of the onboarding process your repository name may be normaliz
[escape]: https://github.com/tc39/proposal-regex-escaping
[escape-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-26.md#regexpescape-for-stage-2
[uint8array-base64]: https://github.com/tc39/proposal-arraybuffer-base64
-[uint8array-base64-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-12.md#base64
+[uint8array-base64-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#uint8array-base64-for-stages-27-and-3
[joint]: https://github.com/tc39/proposal-joint-iteration
-[joint-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-27.md#joint-iteration-for-stage-1
+[joint-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#joint-iteration-for-stage-2
[try]: https://github.com/tc39/proposal-promise-try
-[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-11/nov-29.md#11iib-promisetry
+[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#promisetry-for-stage-2
[redeclarable-global-eval-vars]: https://github.com/tc39-transfer/proposal-redeclarable-global-eval-vars
diff --git a/finished-proposals.md b/finished-proposals.md
index 80933132..718526eb 100644
--- a/finished-proposals.md
+++ b/finished-proposals.md
@@ -60,9 +60,9 @@ Finished proposals are proposals that have reached stage 4, and are included in
| [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | [September 2023][resizable-notes] | 2024 |
| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell
Jordan Harband | [November 2023][array-grouping-notes] | 2024 |
| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | [November 2023][promise-defer-notes] | 2024 |
-| [ArrayBuffer transfer][arraybuffer-transfer] | Shu-yu Guo
Jordan Harband
Yagiz Nizipli | Shu-yu Guo
Jordan Harband
Yagiz Nizipli | February 2024 | 2024 |
-| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 |
-| [New Set methods][set-methods] | Michał Wadas
Sathya Gunasekaran
Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 |
+| [ArrayBuffer transfer][arraybuffer-transfer] | Shu-yu Guo
Jordan Harband
Yagiz Nizipli | Shu-yu Guo
Jordan Harband
Yagiz Nizipli | [February 2024][arraybuffer-transfer-notes] | 2024 |
+| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 |
+| [New Set methods][set-methods] | Michał Wadas
Sathya Gunasekaran
Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 |
See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [inactive proposals](inactive-proposals.md) documents.
@@ -181,7 +181,7 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[promise-defer]: https://github.com/tc39/proposal-promise-with-resolvers
[promise-defer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-27.md#promisewithresolvers-for-stage-4
[arraybuffer-transfer]: https://github.com/tc39/proposal-arraybuffer-transfer
-[arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-01/feb-01.md#arraybuffer-transfer-for-stage-3
+[arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#arraybuffer-transfer-for-stage-4
[named-capture-groups]: https://github.com/tc39/proposal-duplicate-named-capturing-groups
[named-capture-groups-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-20.md#duplicate-named-capturing-groups-for-stage-3
[set-methods]: https://github.com/tc39/proposal-set-methods
diff --git a/stage-1-proposals.md b/stage-1-proposals.md
index 2603b828..bb295313 100644
--- a/stage-1-proposals.md
+++ b/stage-1-proposals.md
@@ -94,13 +94,13 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [Locale Extensions][locale-extensions] | Ben Allen | Ben Allen | [September 2023][locale-extensions-notes] |
| [Math.sum][math-sum] | Kevin Gibbons | Kevin Gibbons | [November 2023][math-sum-notes] |
| [Module sync assert][module-sync-assert] | Jack Works | Jack Works | [November 2023][module-sync-assert-notes] |
-| [Iterator unique][iterator-unique] | Michael Ficarra | Michael Ficarra | February 2024 |
-| [Micro and mini waits][tinywaits] | Shu-yu Guo | Shu-yu Guo | February 2024 |
-| [iterator chunking][chunking] | Michael Ficarra | Michael Ficarra | February 2024 |
-| [Improved Escapes for Template Literals][template-literals] | HE Shi-Jun | HE Shi-Jun | February 2024 |
-| [ESM Phase Imports][esm-phase] | Luca Casonato
Guy Bedford | Luca Casonato
Guy Bedford | February 2024 |
-| [Function and Object Literal Decorators][func-obj-decs] | Ron Buckton | Ron Buckton | February 2024 |
-| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | February 2024 |
+| [Iterator unique][iterator-unique] | Michael Ficarra | Michael Ficarra | [February 2024][iterator-unique-notes] |
+| [Micro and mini waits][tinywaits] | Shu-yu Guo | Shu-yu Guo | [February 2024][tinywaits-notes] |
+| [iterator chunking][chunking] | Michael Ficarra | Michael Ficarra | [February 2024][chunking-notes] |
+| [Improved Escapes for Template Literals][template-literals] | HE Shi-Jun | HE Shi-Jun | [February 2024][template-literals-notes] |
+| [ESM Phase Imports][esm-phase] | Luca Casonato
Guy Bedford | Luca Casonato
Guy Bedford | [February 2024][esm-phase-notes] |
+| [Function and Object Literal Decorators][func-obj-decs] | Ron Buckton | Ron Buckton | [February 2024][func-obj-decs-notes] |
+| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | [February 2024][discards-notes] |
See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposals.md), [finished proposals](finished-proposals.md), and [inactive proposals](inactive-proposals.md) documents.
@@ -280,9 +280,16 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[module-sync-assert]: https://github.com/Jack-Works/proposal-module-sync-assert
[module-sync-assert-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-11/november-29.md#module-sync-assert-for-stage-1
[iterator-unique]: https://github.com/michaelficarra/proposal-iterator-unique
+[iterator-unique-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#iterator-unique-for-stage-1
[tinywaits]: https://github.com/syg/proposal-atomics-microwait
+[tinywaits-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#micro-and-mini-waits-in-js-for-stage-1
[chunking]: https://github.com/michaelficarra/proposal-iterator-chunking
+[chunking-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#iterator-chunking-for-stage-1
[template-literals]: https://github.com/hax/proposal-raw-string-literals
+[template-literals-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#raw-string-literals-for-stage-1
[esm-phase]: https://github.com/lucacasonato/proposal-esm-phase-imports
+[esm-phase-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#esm-phase-imports-for-stage-1
[func-obj-decs]: https://github.com/rbuckton/proposal-function-decorators
+[func-obj-decs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#function-and-object-literal-element-decorators-for-stage-1
[discards]: https://github.com/rbuckton/proposal-void-binding
+[discards-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#discard-void-bindings-for-stage-1