Skip to content

Commit 84a8e53

Browse files
authored
Create 2024-06-15-ecmascript-proposal-update.md
1 parent c709451 commit 84a8e53

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: "ECMAScript proposal updates @ 2024-06"
3+
author: azu
4+
layout: news
5+
date : 2024-06-15T12:11:48.989Z
6+
category: ECMAScript
7+
tags:
8+
- ECMAScript
9+
- Proposal
10+
- spec
11+
- TC39
12+
13+
---
14+
15+
The changes of proposal's status @ [102th meeting of Ecma TC39][Agendas]
16+
17+
# ECMA-262
18+
19+
## New Proposals
20+
21+
No Data
22+
23+
## Updated Proposals
24+
25+
| Proposal | From | To |
26+
| --------------------------------------------------------------------------------- | ----- | ----- |
27+
| [Joint Iteration](https://github.com/tc39/proposal-joint-iteration) | 2 | 2.7 |
28+
| ["Discard" (void) Bindings](https://github.com/tc39/proposal-discard-binding) | 1 | 2 |
29+
| [Deferring Module Evaluation](https://github.com/tc39/proposal-defer-import-eval) | 2 | 2.7 |
30+
| [Iterator Sequencing](https://github.com/tc39/proposal-iterator-sequencing) | 1 | 2 |
31+
| [ESM Phase Imports](https://github.com/tc39/proposal-esm-phase-imports) | 1 | 2 |
32+
| [Promise.try](https://github.com/tc39/proposal-promise-try) | 2.7 | 3 |
33+
| [RegExp.escape](https://github.com/tc39/proposal-regex-escaping) | 2 | 2.7 |
34+
| [Error.isError](https://github.com/tc39/proposal-is-error) | 1 | 2 |
35+
36+
37+
# ECMA-402
38+
39+
## New Proposals
40+
41+
No Data
42+
43+
## Updated Proposals
44+
45+
No Data
46+
47+
48+
This diff is generated by [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/).
49+
50+
### Agenda
51+
52+
- [Agendas][]
53+
54+
### Babel
55+
56+
- [babel/proposals: Tracking the status of Babel's implementation of TC39 proposals](https://github.com/babel/proposals)
57+
58+
### Other proposal's status
59+
60+
- [tc39/proposals: Tracking ECMAScript Proposals](https://github.com/tc39/proposals)
61+
62+
### Related services
63+
64+
- [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/)
65+
- [tc39/dataset: The automate track tc39 proposals](https://github.com/tc39/dataset)
66+
67+
[Agendas]: https://github.com/tc39/agendas/blob/main/2024/06.md

0 commit comments

Comments
 (0)