Skip to content

Commit b17fe1e

Browse files
authored
Create 2025-02-24-ecmascript-proposal-update.md
1 parent efe912d commit b17fe1e

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: "ECMAScript proposal updates @ 2025-02"
3+
author: azu
4+
layout: news
5+
date : 2025-02-24T11:52:26.202Z
6+
category: ECMAScript
7+
tags:
8+
- ECMAScript
9+
- Proposal
10+
- spec
11+
- TC39
12+
13+
---
14+
15+
The changes of proposal's status @ [106th meeting of Ecma TC39][Agendas]
16+
17+
18+
# ECMA-262
19+
20+
## New Proposals
21+
22+
| Proposal | Stage |
23+
| ------------------------------------------------------------------------------------------------ | ----- |
24+
| [Error.captureStackTrace](https://github.com/mgaudet/proposal-error-capturestacktrace) | 1 |
25+
| [Math.clamp](https://github.com/tc39/proposal-math-clamp) | 1 |
26+
| [Error Stack Accessor](https://github.com/tc39/proposal-error-stack-accessor) | 2 |
27+
| [Curtailing the power of "Thenables"](https://github.com/mgaudet/proposal-thennable-curtailment) | 1 |
28+
29+
30+
## Updated Proposals
31+
32+
| Proposal | From | To |
33+
| ------------------------------------------------------------------------------------------------ | ----- | ----- |
34+
| [Deferring Module Evaluation](https://github.com/tc39/proposal-defer-import-eval) | 2.7 | 3 |
35+
| [Immutable ArrayBuffers](https://github.com/tc39/proposal-immutable-arraybuffer) | 2 | 2.7 |
36+
| [ESM Phase Imports](https://github.com/tc39/proposal-esm-phase-imports) | 2 | 2.7 |
37+
| [RegExp.escape](https://github.com/tc39/proposal-regex-escaping) | 3 | 4 |
38+
| [Float16 on TypedArrays, DataView, Math.f16round](https://github.com/tc39/proposal-float16array) | 3 | 4 |
39+
40+
41+
# ECMA-402
42+
43+
## New Proposals
44+
45+
No Data
46+
47+
## Updated Proposals
48+
49+
No Data
50+
51+
52+
This diff is generated by [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/).
53+
54+
### Agenda
55+
56+
- [Agendas][]
57+
58+
### Babel
59+
60+
- [babel/proposals: Tracking the status of Babel's implementation of TC39 proposals](https://github.com/babel/proposals)
61+
62+
### Other proposal's status
63+
64+
- [tc39/proposals: Tracking ECMAScript Proposals](https://github.com/tc39/proposals)
65+
66+
### Related services
67+
68+
- [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/)
69+
- [tc39/dataset: The automate track tc39 proposals](https://github.com/tc39/dataset)
70+
71+
[Agendas]: https://github.com/tc39/agendas/blob/main/2025/02.md

0 commit comments

Comments
 (0)