Skip to content

Commit

Permalink
Create 2024-02-15-ecmascript-proposal-update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azu authored Feb 15, 2024
1 parent ff8cec6 commit 2fecac7
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions _posts/2024/2024-02-15-ecmascript-proposal-update.md
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

0 comments on commit 2fecac7

Please sign in to comment.