Skip to content

Commit aaf1aa8

Browse files
authored
Merge pull request #22 from ecmascript-daily/azu-patch-1
Create 2024-04-18-ecmascript-proposal-update.md
2 parents 076da6a + db23049 commit aaf1aa8

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-04"
3+
author: azu
4+
layout: news
5+
date : 2024-04-17T23:23:28.962Z
6+
category: ECMAScript
7+
tags:
8+
- ECMAScript
9+
- Proposal
10+
- spec
11+
- TC39
12+
13+
---
14+
15+
The changes of proposal's status @ [101st meeting of Ecma TC39][Agendas]
16+
17+
18+
# ECMA-262
19+
20+
## New Proposals
21+
22+
| Proposal | Stage |
23+
| ----------------------------------------------------------------------------------- | ----- |
24+
| [Signals](https://github.com/tc39/proposal-signals) | 1 |
25+
| [Strict Enforcement of 'using'](https://github.com/tc39/proposal-using-enforcement) | 1 |
26+
27+
28+
## Updated Proposals
29+
30+
| Proposal | From | To |
31+
| ---------------------------------------------------------------------------------------------------------- | ----- | ----- |
32+
| [Dynamic Code Brand Checks](https://github.com/tc39/proposal-dynamic-code-brand-checks) | 1 | 3 |
33+
| [Math.sumPrecise](https://github.com/tc39/proposal-math-sum) | 1 | 2.7 |
34+
| [Redeclarable global eval-introduced vars](https://github.com/tc39/proposal-redeclarable-global-eval-vars) | 2 | 3 |
35+
| [Error.isError](https://github.com/tc39/proposal-is-error) | -1 | 1 |
36+
| [Promise.try](https://github.com/tc39/proposal-promise-try) | 2 | 2.7 |
37+
| [New Set methods](https://github.com/tc39/proposal-set-methods) | 3 | 4 |
38+
| [Duplicate named capture groups](https://github.com/tc39/proposal-duplicate-named-capturing-groups) | 3 | 4 |
39+
40+
41+
# ECMA-402
42+
43+
## New Proposals
44+
45+
No Data
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/2024/04.md

0 commit comments

Comments
 (0)