Skip to content

Commit 7eadf16

Browse files
cmgchessljharb
authored andcommitted
feb 2025 links
1 parent fdfd297 commit 7eadf16

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Stage 2 indicates that the committee expects these features to be developed and
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> |
3535
| [`Error.isError`][is-error] | Jordan Harband | Jordan Harband | <sub>[Error.isError][error-iserror-tests]</sub> | <sub>[December&nbsp;2024][is-error-notes]</sub> |
36-
| [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> |
37-
| [`Math.sumPrecise`][math-sum] | Kevin Gibbons | Kevin Gibbons | <sub>[Math.sumPrecise][math-sum-tests]</sub> | <sub>[October&nbsp;2024][math-sum-notes]</sub> |
36+
| [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> |
37+
| [`Math.sumPrecise`][math-sum] | Kevin Gibbons | Kevin Gibbons | <sub>[Math.sumPrecise][math-sum-tests]</sub> | <sub>[October&nbsp;2024][math-sum-notes]</sub> |
3838

3939

4040
### Stage 2.7
@@ -45,7 +45,7 @@ Stage 2 indicates that the committee expects these features to be developed and
4545
| [Joint Iteration][joint] | Michael Ficarra | Michael Ficarra | <sub>[Testing plan][joint-testplan]</sub> | <sub>[June&nbsp;2024][joint-notes]</sub> |
4646
| [Iterator Sequencing][sequencing] | Michael Ficarra | Michael Ficarra | :question: | <sub>[October&nbsp;2024][sequencing-notes]</sub> |
4747
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | :question: | <sub>[December&nbsp;2024][esm-phase-notes]</sub> |
48-
| [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> |
48+
| [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][immutable-abs-notes]</sub> |
4949
| [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>April&nbsp; 2025</sub> |
5050
| [`Upsert`][upsert] | Daniel Minor, Lauritz Thoresen Angeltveit, Jonas Haukenes, Sune Lianes, Vetle Larsen, Mathias Hop Ness | Daniel Minor | :question: | <sub>April&nbsp; 2025</sub> |
5151

@@ -76,7 +76,7 @@ Stage 2 indicates that the committee expects these features to be developed and
7676
| [Structs: Fixed Layout Objects and Some Synchronization Primitives][structs] | Shu-yu Guo | Shu-yu Guo | Mark Miller<br />Waldemar Horwat<br />Yulia Startsev<br />Nicolò Ribaudo | <sub>[October&nbsp;2024][structs-notes]</sub> |
7777
| [Extractors][extractors] | Ron Buckton | Ron Buckton | Jordan Harband<br />Justin Ridgewell | <sub>[October&nbsp;2024][extractors-notes]</sub> |
7878
| [iterator chunking][chunking] | Michael Ficarra | Michael Ficarra | Ashley Claymore<br />Jordan Harband<br />Jesse Alama | <sub>[October&nbsp;2024][chunking-notes]</sub> |
79-
| [Error Stack Accessor][stack-accessor] | Jordan Harband | Jordan Harband<br />Mark Miller | Nicolò Ribaudo<br />Michael Ficarra | <sub>February&nbsp;2025</sub> |
79+
| [Error Stack Accessor][stack-accessor] | Jordan Harband | Jordan Harband<br />Mark Miller | Nicolò Ribaudo<br />Michael Ficarra | <sub>[February&nbsp;2025][stack-accessor-notes]</sub> |
8080
| [Deferred Re-exports][deferred-reexport] | Nicolò Ribaudo | Nicolò Ribaudo | Chengzhong Wu<br />Ashley Claymore | <sub>April&nbsp;2025</sub> |
8181

8282
The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
@@ -171,7 +171,7 @@ Note that as part of the onboarding process your repository name may be normaliz
171171
[time-zone-canon-notes]: https://github.com/tc39/notes/blob/main/meetings/2023-07/july-12.md#time-zone-canonicalization-for-stage-3
172172
[time-zone-canon-tests]: https://github.com/tc39/test262/pull/3837
173173
[lazy-import]: https://github.com/tc39/proposal-defer-import-eval
174-
[lazy-import-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11.md#deferred-import-evaluation-for-stage-27
174+
[lazy-import-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-02/february-18.md#import-defer-for-stage-3
175175
[lazy-import-testplan]: https://github.com/tc39/test262/issues/4111
176176
[uint8array-base64]: https://github.com/tc39/proposal-arraybuffer-base64
177177
[uint8array-base64-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#uint8array-base64-for-stages-27-and-3
@@ -210,7 +210,8 @@ 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/tc39/proposal-immutable-arraybuffer
213-
[immutable-abs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-12/december-03.md#immutable-arraybuffer-to-stage-2
213+
[immutable-abs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-02/february-18.md#immutable-arraybuffer
214214
[stack-accessor]: https://github.com/tc39/proposal-error-stack-accessor
215+
[stack-accessor-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-02/february-19.md#error-stack-accessor
215216
[nonext-private]: https://github.com/syg/proposal-nonextensible-applies-to-private
216217
[deferred-reexport]: https://github.com/tc39/proposal-deferred-reexports

finished-proposals.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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-
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband<br />Kevin Gibbons | February 2025 | 2025 |
8-
| [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter<br />Kevin Gibbons | February 2025 | 2025 |
7+
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband<br />Kevin Gibbons | [February 2025][escape-notes] | 2025 |
8+
| [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter<br />Kevin Gibbons | [February 2025][float16s-notes] | 2025 |
99
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | [October 2024][try-notes] | 2025 |
1010
| [Sync Iterator helpers][iterator-helpers] | Gus Caplan | Michael Ficarra<br />Jonathan Keslin<br />Kevin Gibbons | [October 2024][iterator-helpers-notes] | 2025 |
11-
| [JSON Modules][json-modules] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | [October 2024][json-modules-notes] | 2025 |
12-
| [Import Attributes][import-attributes] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg<br />Nicolò Ribaudo | [October 2024][import-attributes-notes] | 2025 |
11+
| [JSON Modules][json-modules] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | [October 2024][json-modules-notes] | 2025 |
12+
| [Import Attributes][import-attributes] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg<br />Nicolò Ribaudo | [October 2024][import-attributes-notes] | 2025 |
1313
| [RegExp Modifiers][regexp-modifiers] | Ron Buckton | Ron Buckton | [October 2024][regexp-modifiers-notes] | 2025 |
1414
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran<br />Kevin Gibbons | Kevin Gibbons | [April 2024][set-methods-notes] | 2025 |
1515
| [Duplicate named capture groups][named-capture-groups] | Kevin Gibbons | Kevin Gibbons | [April 2024][named-capture-groups-notes] | 2025 |
@@ -207,6 +207,6 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
207207
[try]: https://github.com/tc39/proposal-promise-try
208208
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-10/october-09.md#promisetry-for-stage-4
209209
[float16s]: https://github.com/tc39/proposal-float16array
210-
[float16s-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-16.md#float16array-for-stage-3
210+
[float16s-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-02/february-18.md#float16array-for-stage-4
211211
[escape]: https://github.com/tc39/proposal-regex-escaping
212-
[escape-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-07/july-29.md#regexpescape-for-stage-3
212+
[escape-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-02/february-18.md#regexp-escaping-for-stage-4

stage-1-proposals.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ Proposals follow [this process document](https://tc39.es/process-document/).
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> |
9999
| [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> |
101-
| [Curtailing the power of "Thenables"][thenables] | Matthew Gaudet | Matthew Gaudet | <sub>February&nbsp;2025</sub> |
102-
| [`Math.clamp`][clamp] | Oliver Medhurst | Oliver Medhurst | <sub>February&nbsp;2025</sub> |
103-
| [`Error.captureStackTrace`][capturestacktrace] | Matthew Gaudet | Matthew Gaudet | <sub>February&nbsp;2025</sub> |
100+
| [Sync Imports][import-sync] | Guy Bedford | Guy Bedford | <sub>[December&nbsp;2024][import-sync-notes]</sub> |
101+
| [Curtailing the power of "Thenables"][thenables] | Matthew Gaudet | Matthew Gaudet | <sub>[February&nbsp;2025][thenables-notes]</sub> |
102+
| [`Math.clamp`][clamp] | Oliver Medhurst | Oliver Medhurst | <sub>[February&nbsp;2025][clamp-notes]</sub> |
103+
| [`Error.captureStackTrace`][capturestacktrace] | Matthew Gaudet | Matthew Gaudet | <sub>[February&nbsp;2025][capturestacktrace-notes]</sub> |
104104
| [`Composites`][composite] | Ashley Claymore | Ashley Claymore | <sub>April&nbsp;2025</sub> |
105105
| [Enums][enum] | Ron Buckton | Ron Buckton | <sub>April&nbsp;2025</sub> |
106106
| [`Object.propertyCount`][property-count] | Ruben Bridgewater<br />Jordan Harband | Ruben Bridgewater<br />Jordan Harband | <sub>April&nbsp;2025</sub> |
@@ -293,8 +293,11 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
293293
[import-sync]: https://github.com/tc39/proposal-import-sync
294294
[import-sync-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-12/december-04.md#import-sync-discussion-request-for-stage-1
295295
[thenables]: https://github.com/tc39/proposal-thenable-curtailment
296+
[thenables-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-02/february-18.md#curtailing-the-power-of-thenables-for-stage-1
296297
[clamp]: https://github.com/tc39/proposal-math-clamp
298+
[clamp-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-02/february-18.md#mathclamp-for-stage-1-or-2
297299
[capturestacktrace]: https://github.com/mgaudet/proposal-error-capturestacktrace
300+
[capturestacktrace-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-02/february-19.md#errorcapturestacktrace-for-stage-1
298301
[composite]: https://github.com/acutmore/proposal-composites
299302
[enum]: https://github.com/tc39/proposal-enum
300303
[property-count]: https://github.com/tc39/proposal-object-property-count

0 commit comments

Comments
 (0)