Skip to content

Commit

Permalink
Create 2024-08-06-ecmascript-proposal-update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azu authored Aug 6, 2024
1 parent 19c5e39 commit b811722
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions _posts/2024/2024/2024-08-06-ecmascript-proposal-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
title: "ECMAScript proposal updates @ 2024-07"
author: azu
layout: news
date : 2024-08-06T00:03:04.179Z
category: ECMAScript
tags:
- ECMAScript
- Proposal
- spec
- TC39

---

The changes of proposal's status @ [103rd meeting of Ecma TC39][Agendas]


# ECMA-262

## New Proposals

| Proposal | Stage |
| --------------------------------------------------------------------------------------------------------------- | ----- |
| [Propagate active ScriptOrModule with JobCallback Record](https://github.com/tc39/proposal-jobcallback-module) | 2 |
| [Unordered Async Iterator Helpers](https://github.com/michaelficarra/proposal-unordered-async-iterator-helpers) | 1 |


## Updated Proposals

| Proposal | From | To |
| --------------------------------------------------------------------------- | ----- | ----- |
| [RegExp.escape](https://github.com/tc39/proposal-regex-escaping) | 2.7 | 3 |
| [Atomics.pause](https://github.com/tc39/proposal-atomics-microwait) | 1 | 2.7 |
| [Time Zone Canonicalization](https://github.com/tc39/proposal-canonical-tz) | 2 | 3 |


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

0 comments on commit b811722

Please sign in to comment.