Skip to content

Commit

Permalink
Create 2024-06-15-ecmascript-proposal-update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azu authored Jun 15, 2024
1 parent c709451 commit 84a8e53
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions _posts/2024/2024/2024-06-15-ecmascript-proposal-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
title: "ECMAScript proposal updates @ 2024-06"
author: azu
layout: news
date : 2024-06-15T12:11:48.989Z
category: ECMAScript
tags:
- ECMAScript
- Proposal
- spec
- TC39

---

The changes of proposal's status @ [102th meeting of Ecma TC39][Agendas]

# ECMA-262

## New Proposals

No Data

## Updated Proposals

| Proposal | From | To |
| --------------------------------------------------------------------------------- | ----- | ----- |
| [Joint Iteration](https://github.com/tc39/proposal-joint-iteration) | 2 | 2.7 |
| ["Discard" (void) Bindings](https://github.com/tc39/proposal-discard-binding) | 1 | 2 |
| [Deferring Module Evaluation](https://github.com/tc39/proposal-defer-import-eval) | 2 | 2.7 |
| [Iterator Sequencing](https://github.com/tc39/proposal-iterator-sequencing) | 1 | 2 |
| [ESM Phase Imports](https://github.com/tc39/proposal-esm-phase-imports) | 1 | 2 |
| [Promise.try](https://github.com/tc39/proposal-promise-try) | 2.7 | 3 |
| [RegExp.escape](https://github.com/tc39/proposal-regex-escaping) | 2 | 2.7 |
| [Error.isError](https://github.com/tc39/proposal-is-error) | 1 | 2 |


# 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/06.md

0 comments on commit 84a8e53

Please sign in to comment.