Skip to content

Commit efe912d

Browse files
authored
Create 2024-12-08-ecmascript-proposal-update.md
1 parent 0b32df8 commit efe912d

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: "ECMAScript proposal updates @ 2024-12"
3+
author: azu
4+
layout: news
5+
date : 2024-12-08T12:39:25.934Z
6+
category: ECMAScript
7+
tags:
8+
- ECMAScript
9+
- Proposal
10+
- spec
11+
- TC39
12+
13+
---
14+
15+
The changes of proposal's status @ [105th meeting of Ecma TC39][Agendas]
16+
17+
# ECMA-262
18+
19+
## New Proposals
20+
21+
| Proposal | Stage |
22+
| ---------------------------------------------------------------- | ----- |
23+
| [Sync Imports](https://github.com/tc39/proposal-import-sync) | 1 |
24+
| [Stabilize](https://github.com/tc39-transfer/proposal-stabilize) | 1 |
25+
26+
27+
## Updated Proposals
28+
29+
| Proposal | From | To |
30+
| -------------------------------------------------------------------------------- | ----- | ----- |
31+
| [Immutable ArrayBuffers](https://github.com/tc39/proposal-immutable-arraybuffer) | 1 | 2 |
32+
| [Error.isError](https://github.com/tc39/proposal-is-error) | 2.7 | 3 |
33+
34+
35+
# ECMA-402
36+
37+
## New Proposals
38+
39+
| Proposal | Stage |
40+
| ----------------------------------------------------------------------------------------------- | ----- |
41+
| [More Currency Display Choices](https://github.com/tc39/proposal-intl-currency-display-choices) | 2 |
42+
43+
44+
## Updated Proposals
45+
46+
| Proposal | From | To |
47+
| ---------------------------------------------------------------------------- | ----- | ----- |
48+
| [Intl.DurationFormat](https://github.com/tc39/proposal-intl-duration-format) | 3 | 4 |
49+
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/2024/12.md](https://github.com/tc39/agendas/blob/main/2024/12.md)

0 commit comments

Comments
 (0)