|
| 1 | +--- |
| 2 | +title: "ECMAScript proposal updates @ XXXX-XX" |
| 3 | +author: azu |
| 4 | +layout: news |
| 5 | +date : 2024-02-15T01:57:29.454Z |
| 6 | +category: ECMAScript |
| 7 | +tags: |
| 8 | + - ECMAScript |
| 9 | + - Proposal |
| 10 | + - spec |
| 11 | + - TC39 |
| 12 | + |
| 13 | +--- |
| 14 | + |
| 15 | +The changes of proposal's status @ [100th meeting of Ecma TC39][Agendas] |
| 16 | + |
| 17 | + |
| 18 | +# ECMA-262 |
| 19 | + |
| 20 | +## New Proposals |
| 21 | + |
| 22 | +| Proposal | Stage | |
| 23 | +| ------------------------------------------------------------------------------------------------------------------------- | ----- | |
| 24 | +| [ESM Phase Imports](https://github.com/lucacasonato/proposal-esm-phase-imports) | 1 | |
| 25 | +| [Redeclarable global eval-introduced vars](https://github.com/tc39/proposal-redeclarable-global-eval-vars) | 2 | |
| 26 | +| [Micro and mini waits](https://github.com/tc39/proposal-atomics-microwait) | 1 | |
| 27 | +| [iterator chunking](https://github.com/tc39/proposal-iterator-chunking) | 1 | |
| 28 | +| [Iterator unique](https://github.com/tc39/proposal-iterator-unique) | 1 | |
| 29 | +| [Improved Escapes for Template Literals](https://github.com/hax/proposal-raw-string-literals) | 1 | |
| 30 | +| [Function and Object Literal Decorators](https://github.com/tc39/proposal-function-and-object-literal-element-decorators) | 1 | |
| 31 | +| ["Discard" (void) Bindings](https://github.com/tc39/proposal-discard-binding) | 1 | |
| 32 | + |
| 33 | + |
| 34 | +## Updated Proposals |
| 35 | + |
| 36 | +| Proposal | From | To | |
| 37 | +| -------------------------------------------------------------------------------- | ----- | ----- | |
| 38 | +| [ShadowRealm](https://github.com/tc39/proposal-shadowrealm) | 3 | 2.7 | |
| 39 | +| [Promise.try](https://github.com/tc39/proposal-promise-try) | 1 | 2 | |
| 40 | +| [Joint Iteration](https://github.com/tc39/proposal-joint-iteration) | 1 | 2 | |
| 41 | +| [Uint8Array to/from Base64](https://github.com/tc39/proposal-arraybuffer-base64) | 2 | 3 | |
| 42 | +| [ArrayBuffer transfer](https://github.com/tc39/proposal-arraybuffer-transfer) | 3 | 4 | |
| 43 | + |
| 44 | + |
| 45 | +# ECMA-402 |
| 46 | + |
| 47 | +## New Proposals |
| 48 | + |
| 49 | +No Data |
| 50 | + |
| 51 | +## Updated Proposals |
| 52 | + |
| 53 | +No Data |
| 54 | + |
| 55 | + |
| 56 | +This diff is generated by [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/). |
| 57 | + |
| 58 | +### Agenda |
| 59 | + |
| 60 | +- [Agendas][] |
| 61 | + |
| 62 | +### Babel |
| 63 | + |
| 64 | +- [babel/proposals: Tracking the status of Babel's implementation of TC39 proposals](https://github.com/babel/proposals) |
| 65 | + |
| 66 | +### Other proposal's status |
| 67 | + |
| 68 | +- [tc39/proposals: Tracking ECMAScript Proposals](https://github.com/tc39/proposals) |
| 69 | + |
| 70 | +### Related services |
| 71 | + |
| 72 | +- [ECMAScript Proposal Diff Tool](https://azu.github.io/ecmascript-proposals-json/) |
| 73 | +- [tc39/dataset: The automate track tc39 proposals](https://github.com/tc39/dataset) |
| 74 | + |
| 75 | +[Agendas]: https://github.com/tc39/agendas/blob/main/2024/02.md |
0 commit comments