Skip to content

Commit 43d68ad

Browse files
cmgchessljharb
authored andcommitted
april 2024 links
1 parent 4dc7c8d commit 43d68ad

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ Stage 2 indicates that the committee expects these features to be developed and
3434
| [Source Phase Imports][source-phase-imports] | Luca Casonato | Guy Bedford<br />Luca Casonato | :question: | <sub>[July&nbsp;2023][source-phase-imports-notes]</sub> |
3535
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | :question: | <sub>[February&nbsp;2024][uint8array-base64-notes]</sub> |
3636
| [Dynamic Code Brand Checks][dynamic-code-brand-checks] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | :question: | <sub>April&nbsp;2024</sub> |
37-
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | :question: | <sub>April&nbsp;2024</sub> |
37+
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | :question: | <sub>[April&nbsp;2024][redeclarable-global-eval-vars-notes]</sub> |
3838

3939
### Stage 2.7
4040

4141
| Proposal | Author | Champion | <sub>Test262 Feature Flag</sub> | <sub>Last Presented</sub> |
4242
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------- |
4343
| [ShadowRealm][shadowrealm] | Caridy Patiño<br />Jean-Francois Paradis | Dave Herman<br />Mark Miller<br />Caridy Patiño<br />Leo Balter<br />Rick Waldron<br />Chengzhong Wu | <sub>[ShadowRealm][realms-tests]</sub> | <sub>[February&nbsp;2024][realms-notes]</sub> |
44-
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | | <sub>April&nbsp;2024</sub> |
45-
| [`Math.sumPrecise`][math-sum] | Kevin Gibbons | Kevin Gibbons | | <sub>April&nbsp;2024</sub> |
44+
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | | <sub>[April&nbsp;2024][try-notes]</sub> |
45+
| [`Math.sumPrecise`][math-sum] | Kevin Gibbons | Kevin Gibbons | | <sub>[April&nbsp;2024][math-sum-notes]</sub> |
4646

4747
### Stage 2
4848

@@ -181,9 +181,10 @@ Note that as part of the onboarding process your repository name may be normaliz
181181
[joint]: https://github.com/tc39/proposal-joint-iteration
182182
[joint-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#joint-iteration-for-stage-2
183183
[try]: https://github.com/tc39/proposal-promise-try
184-
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#promisetry-for-stage-2
184+
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-08.md#promisetry-for-stage-27
185185
[redeclarable-global-eval-vars]: https://github.com/tc39-transfer/proposal-redeclarable-global-eval-vars
186+
[redeclarable-global-eval-vars-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-08.md#make-eval-introduced-global-vars-redeclarable-for-stage-27
186187
[math-sum]: https://github.com/bakkot/proposal-math-sum
187-
[math-sum-notes]: https://github.com/tc39/notes/blob/main/meetings/2024-02/feb-6.md#mathsum
188+
[math-sum-notes]: https://github.com/tc39/notes/blob/main/meetings/2024-04/april-09.md#mathsumexact-for-stage-27
188189
[dynamic-code-brand-checks]: https://github.com/tc39/proposal-dynamic-code-brand-checks
189190
[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

finished-proposals.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Finished proposals are proposals that have reached stage 4, and are included in
6161
| [Array Grouping][array-grouping] | Justin Ridgewell | Justin Ridgewell<br />Jordan Harband | [November 2023][array-grouping-notes] | 2024 |
6262
| [`Promise.withResolvers`][promise-defer] | Peter Klecha | Peter Klecha | [November 2023][promise-defer-notes] | 2024 |
6363
| [ArrayBuffer transfer][arraybuffer-transfer] | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | Shu-yu Guo<br />Jordan Harband<br />Yagiz Nizipli | [February 2024][arraybuffer-transfer-notes] | 2024 |
64-
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 |
65-
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | April 2024 | 2025 |
64+
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | [April 2024][named-capture-groups-notes] | 2025 |
65+
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | [April 2024][set-methods-notes] | 2025 |
6666

6767
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.
6868

@@ -183,6 +183,6 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
183183
[arraybuffer-transfer]: https://github.com/tc39/proposal-arraybuffer-transfer
184184
[arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-6.md#arraybuffer-transfer-for-stage-4
185185
[named-capture-groups]: https://github.com/tc39/proposal-duplicate-named-capturing-groups
186-
[named-capture-groups-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-20.md#duplicate-named-capturing-groups-for-stage-3
186+
[named-capture-groups-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-08.md#duplicate-named-capture-groups-for-stage-4
187187
[set-methods]: https://github.com/tc39/proposal-set-methods
188-
[set-methods-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/nov-30.md#set-methods
188+
[set-methods-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-08.md#set-methods-for-stage-4

stage-1-proposals.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ Proposals follow [this process document](https://tc39.es/process-document/).
9999
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | <sub>[February&nbsp;2024][esm-phase-notes]</sub> |
100100
| [Function and Object Literal Decorators][func-obj-decs] | Ron Buckton | Ron Buckton | <sub>[February&nbsp;2024][func-obj-decs-notes]</sub> |
101101
| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | <sub>[February&nbsp;2024][discards-notes]</sub> |
102-
| [`Error.isError`][is-error] | Jordan Harband | Jordan Harband | <sub>April&nbsp;2024</sub> |
103-
| [Strict Enforcement of 'using'][strict-using] | Ron Buckton | Ron Buckton | <sub>April&nbsp;2024</sub> |
104-
| [Signals][signals] | Rob Eisenberg<br />Daniel Ehrenberg | Daniel Ehrenberg<br />Yehuda Katz<br />Jatin Ramanathan<br />Shay Lewis<br />Kristen Hewell Garrett<br />Dominic Gannaway<br />Preston Sego<br />Milo M<br />Rob Eisenberg | <sub>April&nbsp;2024</sub> |
102+
| [`Error.isError`][is-error] | Jordan Harband | Jordan Harband | <sub>[April&nbsp;2024][is-error-notes]</sub> |
103+
| [Strict Enforcement of 'using'][strict-using] | Ron Buckton | Ron Buckton | <sub>[April&nbsp;2024][strict-using-notes]</sub> |
104+
| [Signals][signals] | Rob Eisenberg<br />Daniel Ehrenberg | Daniel Ehrenberg<br />Yehuda Katz<br />Jatin Ramanathan<br />Shay Lewis<br />Kristen Hewell Garrett<br />Dominic Gannaway<br />Preston Sego<br />Milo M<br />Rob Eisenberg | <sub>[April&nbsp;2024][signals-notes]</sub> |
105105

106106
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.
107107

@@ -291,5 +291,8 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
291291
[discards]: https://github.com/rbuckton/proposal-void-binding
292292
[discards-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-8.md#discard-void-bindings-for-stage-1
293293
[is-error]: https://github.com/tc39/proposal-is-error
294+
[is-error-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-10.md#bringing-back-erroriserror-for-stage-1-or-2-or-even-27
294295
[signals]: https://github.com/tc39/proposal-signals
296+
[signals-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-11.md#signals-for-stage-1
295297
[strict-using]: https://github.com/rbuckton/proposal-using-enforcement
298+
[strict-using-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-04/april-11.md#strict-enforcement-of-using

0 commit comments

Comments
 (0)