-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 2024-02-15-ecmascript-proposal-update.md
- Loading branch information
Showing
1 changed file
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
--- | ||
title: "ECMAScript proposal updates @ XXXX-XX" | ||
author: azu | ||
layout: news | ||
date : 2024-02-15T01:57:29.454Z | ||
category: ECMAScript | ||
tags: | ||
- ECMAScript | ||
- Proposal | ||
- spec | ||
- TC39 | ||
|
||
--- | ||
|
||
The changes of proposal's status @ [100th meeting of Ecma TC39][Agendas] | ||
|
||
|
||
# ECMA-262 | ||
|
||
## New Proposals | ||
|
||
| Proposal | Stage | | ||
| ------------------------------------------------------------------------------------------------------------------------- | ----- | | ||
| [ESM Phase Imports](https://github.com/lucacasonato/proposal-esm-phase-imports) | 1 | | ||
| [Redeclarable global eval-introduced vars](https://github.com/tc39/proposal-redeclarable-global-eval-vars) | 2 | | ||
| [Micro and mini waits](https://github.com/tc39/proposal-atomics-microwait) | 1 | | ||
| [iterator chunking](https://github.com/tc39/proposal-iterator-chunking) | 1 | | ||
| [Iterator unique](https://github.com/tc39/proposal-iterator-unique) | 1 | | ||
| [Improved Escapes for Template Literals](https://github.com/hax/proposal-raw-string-literals) | 1 | | ||
| [Function and Object Literal Decorators](https://github.com/tc39/proposal-function-and-object-literal-element-decorators) | 1 | | ||
| ["Discard" (void) Bindings](https://github.com/tc39/proposal-discard-binding) | 1 | | ||
|
||
|
||
## Updated Proposals | ||
|
||
| Proposal | From | To | | ||
| -------------------------------------------------------------------------------- | ----- | ----- | | ||
| [ShadowRealm](https://github.com/tc39/proposal-shadowrealm) | 3 | 2.7 | | ||
| [Promise.try](https://github.com/tc39/proposal-promise-try) | 1 | 2 | | ||
| [Joint Iteration](https://github.com/tc39/proposal-joint-iteration) | 1 | 2 | | ||
| [Uint8Array to/from Base64](https://github.com/tc39/proposal-arraybuffer-base64) | 2 | 3 | | ||
| [ArrayBuffer transfer](https://github.com/tc39/proposal-arraybuffer-transfer) | 3 | 4 | | ||
|
||
|
||
# ECMA-402 | ||
|
||
## New Proposals | ||
|
||
No Data | ||
|
||
## Updated Proposals | ||
|
||
No Data | ||
|
||
|
||
This diff is generated by [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/). | ||
|
||
### Agenda | ||
|
||
- [Agendas][] | ||
|
||
### Babel | ||
|
||
- [babel/proposals: Tracking the status of Babel's implementation of TC39 proposals](https://github.com/babel/proposals) | ||
|
||
### Other proposal's status | ||
|
||
- [tc39/proposals: Tracking ECMAScript Proposals](https://github.com/tc39/proposals) | ||
|
||
### Related services | ||
|
||
- [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/) | ||
- [tc39/dataset: The automate track tc39 proposals](https://github.com/tc39/dataset) | ||
|
||
[Agendas]: https://github.com/tc39/agendas/blob/main/2024/02.md |