Skip to content

Commit 7e0f83b

Browse files
authored
Create 2025-06-05-ecmascript-proposal-update.md
1 parent cbc7819 commit 7e0f83b

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: "ECMAScript proposal updates @ 2025-05"
3+
author: azu
4+
layout: news
5+
date : 2025-06-05T14:43:15.705Z
6+
category: ECMAScript
7+
tags:
8+
- ECMAScript
9+
- Proposal
10+
- spec
11+
- TC39
12+
13+
---
14+
15+
The changes of proposal's status @ [108th meeting of Ecma TC39][Agendas]
16+
17+
18+
# ECMA-262
19+
20+
## New Proposals
21+
22+
| Proposal | Stage |
23+
| :------------------------------------------------------------------------- | :---- |
24+
| [Inspector](https://github.com/JakobJingleheimer/proposal-inspector) | 1 |
25+
| [More Random Functions](https://github.com/tc39/proposal-random-functions) | 1 |
26+
27+
28+
## Updated Proposals
29+
30+
| Proposal | From | To |
31+
| :----------------------------------------------------------------------------------------- | :---- | :-------- |
32+
| [SeededPRNG](https://github.com/tc39/proposal-seeded-random) | 1 | 2 |
33+
| [Math.clamp](https://github.com/tc39/proposal-math-clamp) | 1 | 2 |
34+
| [Error.isError](https://github.com/tc39/proposal-is-error) | 3 | 4 |
35+
| [ArrayBuffer.prototype.transfer](https://github.com/domenic/proposal-arraybuffer-transfer) | 4 | withdrawn |
36+
37+
38+
# ECMA-402
39+
40+
## New Proposals
41+
42+
| Proposal | Stage |
43+
| :----------------------------------------------------------------------------- | :---- |
44+
| [Keep trailing zeros in Intl.NumberFormat and Intl.PluralRules][trailing-zero] | 1 |
45+
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/master/2025/06.md
72+
](https://github.com/tc39/agendas/blob/main/2025/05.md)

0 commit comments

Comments
 (0)