Skip to content

Commit cbc7819

Browse files
authored
Create 2025-04-19-ecmascript-proposal-update.md
1 parent 977bd7f commit cbc7819

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: "ECMAScript proposal updates @ 2025-04"
3+
author: azu
4+
layout: news
5+
date : 2025-04-19T00:29:20.374Z
6+
category: ECMAScript
7+
tags:
8+
- ECMAScript
9+
- Proposal
10+
- spec
11+
- TC39
12+
13+
---
14+
15+
The changes of proposal's status @ [107th meeting of Ecma TC39][Agendas]
16+
17+
18+
# ECMA-262
19+
20+
## New Proposals
21+
22+
| Proposal | Stage |
23+
| ----------------------------------------------------------------------------------------------------- | ----- |
24+
| [Compare Strings by Codepoint](https://github.com/tc39/proposal-compare-strings-by-codepoint) | 1 |
25+
| [Non-extensible Applies to Private](https://github.com/syg/proposal-nonextensible-applies-to-private) | 2.7 |
26+
| [Disposable AsyncContext.Variable](https://github.com/tc39/proposal-async-context-disposable) | 1 |
27+
| [Deferred Re-exports](https://github.com/tc39/proposal-deferred-reexports) | 2 |
28+
| [Composites](https://github.com/tc39/proposal-composites) | 1 |
29+
| [Enums](https://github.com/tc39/proposal-enum) | 1 |
30+
| [Object.propertyCount](https://github.com/tc39/proposal-object-property-count) | 1 |
31+
32+
33+
## Updated Proposals
34+
35+
| Proposal | From | To |
36+
| ------------------------------------------------------------------------------------------ | ----- | --------- |
37+
| [Record & Tuple](https://github.com/tc39/proposal-record-tuple) | 2 | withdrawn |
38+
39+
40+
# ECMA-402
41+
42+
## New Proposals
43+
44+
No Data
45+
46+
## Updated Proposals
47+
48+
No Data
49+
50+
51+
This diff is generated by [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/).
52+
53+
### Agenda
54+
55+
- [Agendas][]
56+
57+
### Babel
58+
59+
- [babel/proposals: Tracking the status of Babel's implementation of TC39 proposals](https://github.com/babel/proposals)
60+
61+
### Other proposal's status
62+
63+
- [tc39/proposals: Tracking ECMAScript Proposals](https://github.com/tc39/proposals)
64+
65+
### Related services
66+
67+
- [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/)
68+
- [tc39/dataset: The automate track tc39 proposals](https://github.com/tc39/dataset)
69+
70+
[Agendas]: https://github.com/tc39/agendas/blob/main/2025/04.md

0 commit comments

Comments
 (0)