Skip to content

Commit 35f91da

Browse files
cmgchessljharb
authored andcommitted
dec 2024 links
1 parent 6f39cfd commit 35f91da

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Stage 2 indicates that the committee expects these features to be developed and
3232
| [Dynamic Code Brand Checks][dynamic-code-brand-checks] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | :question: | <sub>April&nbsp;2024</sub> |
3333
| [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> |
3434
| [`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> |
35-
| [`Error.isError`][is-error] | Jordan Harband | Jordan Harband | <sub>[Error.isError][error-iserror-tests]</sub> | <sub>December&nbsp;2024</sub> |
35+
| [`Error.isError`][is-error] | Jordan Harband | Jordan Harband | <sub>[Error.isError][error-iserror-tests]</sub> | <sub>[December&nbsp;2024][is-error-notes]</sub> |
3636
| [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</sub> |
3737

3838
### Stage 2.7
@@ -43,7 +43,7 @@ Stage 2 indicates that the committee expects these features to be developed and
4343
| [`Math.sumPrecise`][math-sum] | Kevin Gibbons | Kevin Gibbons | <sub>[Math.sumPrecise][math-sum-tests] [testing plan][math-sum-testplan]</sub> | <sub>[April&nbsp;2024][math-sum-notes]</sub> |
4444
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>[Testing plan][joint-testplan]</sub> | <sub>[June&nbsp;2024][joint-notes]</sub> |
4545
| [Iterator Sequencing][sequencing] | Michael Ficarra | Michael Ficarra | :question: | <sub>[October&nbsp;2024][sequencing-notes]</sub> |
46-
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | :question: | <sub>December&nbsp;2024</sub> |
46+
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | :question: | <sub>[December&nbsp;2024][esm-phase-notes]</sub> |
4747
| [Immutable ArrayBuffers][immutable-abs] | Mark Miller<br />Peter Hoddie<br />Richard Gibson<br />Jack Works | Mark Miller<br />Peter Hoddie<br />Richard Gibson<br />Jack Works | :question: | <sub>February&nbsp;2025</sub> |
4848

4949

@@ -189,12 +189,12 @@ Note that as part of the onboarding process your repository name may be normaliz
189189
[dynamic-code-brand-checks]: https://github.com/tc39/proposal-dynamic-code-brand-checks
190190
[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
191191
[is-error]: https://github.com/tc39/proposal-is-error
192-
[is-error-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-10/october-09.md#erroriserror-for-stage-27
192+
[is-error-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-12/december-02.md#erroriserror-to-stage-3
193193
[error-iserror-tests]: https://github.com/tc39/test262/pull/4266
194194
[sequencing]: https://github.com/tc39/proposal-iterator-sequencing
195195
[sequencing-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-10/october-08.md#iterator-sequencing-for-stage-27
196196
[esm-phase]: https://github.com/tc39/proposal-esm-phase-imports
197-
[esm-phase-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-13.md#esm-phase-imports
197+
[esm-phase-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-12/december-04.md#esm-phase-imports-for-stage-27
198198
[discards]: https://github.com/tc39/proposal-discard-binding
199199
[discards-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-13.md#discard-bindings-update-or-stage-2
200200
[scriptormodule]: https://github.com/tc39/proposal-jobcallback-module
@@ -210,5 +210,5 @@ Note that as part of the onboarding process your repository name may be normaliz
210210
[chunking]: https://github.com/tc39/proposal-iterator-chunking
211211
[chunking-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-10/october-09.md#iterator-chunking-for-stage-2
212212
[immutable-abs]: https://github.com/Agoric/tc39-proposal-immutable-arraybuffer
213-
[immutable-abs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-10/october-10.md#immutable-arraybuffers-for-stage-1
213+
[immutable-abs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-12/december-03.md#immutable-arraybuffer-to-stage-2
214214
[stack-accessor]: https://github.com/tc39/proposal-error-stack-accessor

stage-1-proposals.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Proposals follow [this process document](https://tc39.es/process-document/).
9696
| [Concurrency Control][concurrency-control] | Michael Ficarra<br />Luca Casonato<br />Kevin Gibbons | Michael Ficarra<br />Luca Casonato | <sub>[July&nbsp;2024][concurrency-control-notes]</sub> |
9797
| [Unordered Async Iterator Helpers][unordered-async] | Michael Ficarra | Michael Ficarra | <sub>[July&nbsp;2024][unordered-async-notes]</sub> |
9898
| [`Array.zip` and `Array.zipKeyed`][array.zip] | Jordan Harband | Jordan Harband | <sub>[October&nbsp;2024][array.zip-notes]</sub> |
99-
| [Stabilize][stabilize] | Mark Miller<br />Chip Morningstar<br />Richard Gibson<br />Mathieu Hofman | Mark Miller<br />Chip Morningstar<br />Richard Gibson<br />Mathieu Hofman | <sub>December&nbsp;2024</sub> |
100-
| [Sync Imports][import-sync] | Guy Bedford | Guy Bedford | <sub>December&nbsp;2024</sub> |
99+
| [Stabilize][stabilize] | Mark Miller<br />Chip Morningstar<br />Richard Gibson<br />Mathieu Hofman | Mark Miller<br />Chip Morningstar<br />Richard Gibson<br />Mathieu Hofman | <sub>[December&nbsp;2024][stabilize-notes]</sub> |
100+
| [Sync Imports][import-sync] | Guy Bedford | Guy Bedford | <sub>[December&nbsp;2024][import-sync-notes]</sub> |
101101
| [Curtailing the power of "Thenables"][thenables] | Matthew Gaudet | Matthew Gaudet | <sub>February&nbsp;2025</sub> |
102102
| [`Math.clamp`][clamp] | Oliver Medhurst | Oliver Medhurst | <sub>February&nbsp;2025</sub> |
103103
| [`Error.captureStackTrace`][capturestacktrace] | Matthew Gaudet | Matthew Gaudet | <sub>February&nbsp;2025</sub> |
@@ -284,7 +284,9 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
284284
[array.zip]: https://github.com/tc39/proposal-array-zip
285285
[array.zip-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-10/october-09.md#arrayzip-for-stage-1-or-2-or-27
286286
[stabilize]: https://github.com/Agoric/proposal-stabilize
287+
[stabilize-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-12/december-03.md#stabilize-to-stage-1
287288
[import-sync]: https://github.com/guybedford/proposal-import-sync
289+
[import-sync-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-12/december-04.md#import-sync-discussion-request-for-stage-1
288290
[thenables]: https://github.com/mgaudet/proposal-thennable-curtailment
289291
[clamp]: https://github.com/CanadaHonk/proposal-math-clamp
290292
[capturestacktrace]: https://github.com/mgaudet/proposal-error-capturestacktrace

0 commit comments

Comments
 (0)