Skip to content

Commit dad8e8a

Browse files
authored
Create 2024-10-12-ecmascript-proposal-update.md
1 parent 77bbb3d commit dad8e8a

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: "ECMAScript proposal updates @ 2024-10"
3+
author: azu
4+
layout: news
5+
date : 2024-10-12T14:06:14.001Z
6+
category: ECMAScript
7+
tags:
8+
- ECMAScript
9+
- Proposal
10+
- spec
11+
- TC39
12+
13+
---
14+
15+
The changes of proposal's status @ [104thj meeting of Ecma TC39][Agendas]
16+
17+
# ECMA-262
18+
19+
## New Proposals
20+
21+
| Proposal | Stage |
22+
| -------------------------------------------------------------------------------- | ----- |
23+
| [Immutable ArrayBuffers](https://github.com/tc39/proposal-immutable-arraybuffer) | 1 |
24+
| [Array.zip and Array.zipKeyed](https://github.com/tc39/proposal-array-zip) | 1 |
25+
26+
27+
## Updated Proposals
28+
29+
| Proposal | From | To |
30+
| ------------------------------------------------------------------------------------------------------------- | ----- | ----- |
31+
| [Promise.try](https://github.com/tc39/proposal-promise-try) | 3 | 4 |
32+
| [Import Attributes](https://github.com/tc39/proposal-import-attributes) | 3 | 4 |
33+
| [RegExp Modifiers](https://github.com/tc39/proposal-regexp-modifiers) | 3 | 4 |
34+
| [Sync Iterator helpers](https://github.com/tc39/proposal-iterator-helpers) | 3 | 4 |
35+
| [JSON Modules](https://github.com/tc39/proposal-json-modules) | 3 | 4 |
36+
| [Atomics.pause](https://github.com/tc39/proposal-atomics-microwait) | 2.7 | 3 |
37+
| [Error.isError](https://github.com/tc39/proposal-is-error) | 2 | 2.7 |
38+
| [Iterator Sequencing](https://github.com/tc39/proposal-iterator-sequencing) | 2 | 2.7 |
39+
| [Extractors](https://github.com/tc39/proposal-extractors) | 1 | 2 |
40+
| [Structs: Fixed Layout Objects and Some Synchronization Primitives](https://github.com/tc39/proposal-structs) | 1 | 2 |
41+
| [iterator chunking](https://github.com/tc39/proposal-iterator-chunking) | 1 | 2 |
42+
43+
44+
# ECMA-402
45+
46+
## New Proposals
47+
48+
| Proposal | Stage |
49+
| ---------------------------------------------------------------------- | ----- |
50+
| [Representing Measures](https://github.com/ben-allen/proposal-measure) | 1 |
51+
52+
53+
## Updated Proposals
54+
55+
No Data
56+
57+
58+
This diff is generated by [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/).
59+
60+
### Agenda
61+
62+
- [Agendas][]
63+
64+
### Babel
65+
66+
- [babel/proposals: Tracking the status of Babel's implementation of TC39 proposals](https://github.com/babel/proposals)
67+
68+
### Other proposal's status
69+
70+
- [tc39/proposals: Tracking ECMAScript Proposals](https://github.com/tc39/proposals)
71+
72+
### Related services
73+
74+
- [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/)
75+
- [tc39/dataset: The automate track tc39 proposals](https://github.com/tc39/dataset)
76+
77+
[Agendas]: https://github.com/tc39/agendas/blob/main/2024/10.md

0 commit comments

Comments
 (0)