-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
71 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,21 @@ | ||
# 98th meeting of Ecma TC39 Summary | ||
|
||
## Proposals | ||
|
||
| Advanced to | Proposal | | ||
| ----------- | -------------------------------- | | ||
| Stage 4 | Resizable ArrayBuffer | | ||
| Stage 2 | RegExp.escape | | ||
| Stage 2 | ShadowRealm | | ||
| Stage 1 | Joint Iteration | | ||
| Stage 1 | Locale Extensions | | ||
| Stage 1 | Iterator Sequencing | | ||
| Stage 1 | Negated in | | ||
| Stage 1 | Stable Formatting | | ||
| Withdrawn | FinalizationRegistry#cleanupSome | | ||
| Withdrawn | Symbol.thenable | | ||
|
||
## Other | ||
|
||
- Big thanks to our meeting host Bloomberg | ||
- and to the community event organizer JSConf Japan |
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,15 @@ | ||
# 99th meeting of Ecma TC39 Summary | ||
|
||
## Proposals | ||
|
||
| Advanced to | Proposal | | ||
| ----------- | ----------------------- | | ||
| Stage 4 | Array Grouping | | ||
| Stage 4 | Promise.withResolvers() | | ||
| Stage 1 | Module sync assert | | ||
| Withdrawn | Operator Overloading | | ||
| Withdrawn | Custom Numeric Suffixes | | ||
|
||
## Process | ||
|
||
new stage officially adopted, numbered 2.7, sitting between stages 2 and 3. see [process document](https://tc39.es/process-document/) for details |
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,35 @@ | ||
# 100th meeting of Ecma TC39 Summary | ||
|
||
## Proposals | ||
|
||
| Advanced to | Proposal | | ||
| ----------- | ------------------------ | | ||
| Stage 4 | ArrayBuffer transfer | | ||
| Stage 3 | Base64 conversion | | ||
| Stage 2.7 | ShadowRealm | | ||
| Stage 2 | Joint Iteration | | ||
| Stage 2 | Math.sum | | ||
| Stage 2 | Promise.try | | ||
| Stage 1 | Discard bindings | | ||
| Stage 1 | ESM Phase Imports | | ||
| Stage 1 | Function Decorators | | ||
| Stage 1 | Iterator Unique/Chunking | | ||
| Stage 1 | Micro & Mini waits | | ||
| Stage 1 | Raw String Literals | | ||
|
||
## Task groups | ||
|
||
- New task group chartered: TG5: Experiments in programming language standardization | ||
|
||
## Ecma recognition awards 2023 | ||
|
||
award winners: | ||
|
||
- Mark Miller | ||
- Myles Borins | ||
- Shane Carr | ||
|
||
## Other | ||
|
||
- Big thanks to our meeting host ServiceNow | ||
- and to the community event organizer San Diego JS |