Skip to content

Commit

Permalink
Float16Array and RegExp.escape to stage 4, per 2025.02.18 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 18, 2025
1 parent aede725 commit b81fa9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ Stage 2 indicates that the committee expects these features to be developed and
| [JSON.parse source text access][json-parse-source] | Richard Gibson | Richard Gibson | <sub>[json-parse-with-source][json-parse-source-tests] [testing plan][json-parse-testplan]</sub> | <sub>[January&nbsp;2023][json-parse-source-notes]</sub> |
| [`Array.fromAsync`][from-async] | J.S. Choi | J.S. Choi | <sub>[Array.fromAsync][from-async-tests]</sub> | <sub>[May&nbsp;2023][from-async-notes]</sub> |
| [Explicit Resource Management][resource-management] | Ron Buckton | Ron Buckton | <sub>[explicit-resource-management][resource-management-tests] | <sub>[March&nbsp;2023][resource-management-notes]</sub> |
| [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter<br />Kevin Gibbons | <sub>[Float16Array][float16s-tests]</sub> | <sub>[May&nbsp;2023][float16s-notes]</sub> |
| [Decorator Metadata][decorator-metadata] | Kristen Hewell Garrett | Kristen Hewell Garrett | <sub>[decorator-metadata][decorator-metadata-tests]</sub> | <sub>[May&nbsp;2023][decorator-metadata-notes]</sub> |
| [Source Phase Imports][source-phase-imports] | Luca Casonato | Guy Bedford<br />Luca Casonato | <sub>[source-phase-imports][source-phase-imports-tests]</sub> | <sub>[July&nbsp;2023][source-phase-imports-notes]</sub> |
| [Time Zone Canonicalization][time-zone-canon] | Justin Grant | Justin Grant<br />Richard Gibson | <sub>[Temporal.TimeZone][time-zone-canon-tests] | <sub>[July&nbsp;2023][time-zone-canon-notes]</sub> |
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | <sub>[uint8array-base64][uint8array-base64-tests]</sub> | <sub>[February&nbsp;2024][uint8array-base64-notes]</sub> |
| [Dynamic Code Brand Checks][dynamic-code-brand-checks] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | :question: | <sub>April&nbsp;2024</sub> |
| [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> |
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband<br />Kevin Gibbons | <sub>[RegExp.escape][escape-tests] | <sub>[July&nbsp;2024][escape-notes]</sub> |
| [`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> |
| [`Error.isError`][is-error] | Jordan Harband | Jordan Harband | <sub>[Error.isError][error-iserror-tests]</sub> | <sub>December&nbsp;2024</sub> |

Expand Down Expand Up @@ -166,9 +164,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[symbol-predicates-notes]: https://github.com/tc39/notes/blob/4c253a989e8da200bc8c351f1e0a557e2a5d73e4/meetings/2023-05/may-15.md?plain=1#L385
[iterator-range]: https://github.com/tc39/proposal-iterator.range
[iterator-range-notes]: https://github.com/tc39/notes/blob/main/meetings/2024-04/april-09.md#iteratorrange-for-stage-27
[float16s]: https://github.com/tc39/proposal-float16array
[float16s-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-16.md#float16array-for-stage-3
[float16s-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=Float16Array
[async-context]: https://github.com/tc39/proposal-async-context
[async-context-notes]: https://github.com/tc39/notes/blob/main/meetings/2024-04/april-09.md#asynccontext-stage-2-updates
[time-zone-canon]: https://github.com/tc39/proposal-canonical-tz#readme
Expand All @@ -177,9 +172,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[lazy-import]: https://github.com/tc39/proposal-defer-import-eval
[lazy-import-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11.md#deferred-import-evaluation-for-stage-27
[lazy-import-testplan]: https://github.com/tc39/test262/issues/4111
[escape]: https://github.com/tc39/proposal-regex-escaping
[escape-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-07/july-29.md#regexpescape-for-stage-3
[escape-tests]: https://github.com/tc39/test262/pull/4123
[uint8array-base64]: https://github.com/tc39/proposal-arraybuffer-base64
[uint8array-base64-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-02/feb-7.md#uint8array-base64-for-stages-27-and-3
[uint8array-base64-tests]: https://github.com/tc39/test262/pull/3994
Expand Down
6 changes: 6 additions & 0 deletions finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Finished proposals are proposals that have reached stage 4, and are included in

| Proposal | Author | Champion(s) | TC39 meeting notes | Expected Publication Year |
| ------------------------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------- | ------------------------------------------- | ------------------------- |
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband<br />Kevin Gibbons | February 2025 | 2025 |
| [Float16 on TypedArrays, DataView, `Math.f16round`][float16s] | Leo Balter | Leo Balter<br />Kevin Gibbons | February 2025 | 2025 |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | [October 2024][try-notes] | 2025 |
| [Sync Iterator helpers][iterator-helpers] | Gus Caplan | Michael Ficarra<br />Jonathan Keslin<br />Kevin Gibbons | [October 2024][iterator-helpers-notes] | 2025 |
| [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 |
Expand Down Expand Up @@ -204,3 +206,7 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[iterator-helpers-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-10/october-08.md#iterator-helpers-for-stage-4
[try]: https://github.com/tc39/proposal-promise-try
[try-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-10/october-09.md#promisetry-for-stage-4
[float16s]: https://github.com/tc39/proposal-float16array
[float16s-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-05/may-16.md#float16array-for-stage-3
[escape]: https://github.com/tc39/proposal-regex-escaping
[escape-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-07/july-29.md#regexpescape-for-stage-3

0 comments on commit b81fa9b

Please sign in to comment.