diff --git a/meetings/2023-09/README.md b/meetings/2023-09/README.md new file mode 100644 index 00000000..3ccfb859 --- /dev/null +++ b/meetings/2023-09/README.md @@ -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 diff --git a/meetings/2023-11/README.md b/meetings/2023-11/README.md new file mode 100644 index 00000000..ee7202fe --- /dev/null +++ b/meetings/2023-11/README.md @@ -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 diff --git a/meetings/2024-02/README.md b/meetings/2024-02/README.md new file mode 100644 index 00000000..f070647b --- /dev/null +++ b/meetings/2024-02/README.md @@ -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