From e55a54ac88574ff9b2bae653532aa69dd1232a93 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 7 Feb 2024 16:40:27 -0800 Subject: [PATCH] Generator Arrow functions to inactive, per 2024.02.07 TC39 --- inactive-proposals.md | 3 +++ stage-1-proposals.md | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inactive-proposals.md b/inactive-proposals.md index bed5e9a7..99845178 100644 --- a/inactive-proposals.md +++ b/inactive-proposals.md @@ -43,6 +43,7 @@ Inactive proposals are proposals that at one point were presented to the committ | [Extensible numeric literals][extensible-literals] | Daniel Ehrenberg | Withdrawn | | [JSON.tryParse][json-tryparse] | Jack Works | Rejected; some deemed this too specific a solution for a generalized language-wide problem | | [`Math` Extensions][more-math] | Rick Waldron | Withdrawn: no interested champions in February 2024 | +| [Generator arrow functions][generator-arrow-functions] | Sergey Rubanov
Brendan Eich | Withdrawn: no interested champions in February 2024 | See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [finished proposals](finished-proposals.md) documents. @@ -100,3 +101,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal [json-tryparse]: https://github.com/Jack-Works/proposal-json-tryParse [more-math]: https://github.com/rwaldron/proposal-math-extensions [more-math-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-07/jul-26.md#9iie-math-extensions +[generator-arrow-functions]: https://github.com/tc39/proposal-generator-arrow-functions +[generator-arrow-functions-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-09/sept-27.md#11ic-generator-arrow-functions diff --git a/stage-1-proposals.md b/stage-1-proposals.md index 72db6f43..d16a0acf 100644 --- a/stage-1-proposals.md +++ b/stage-1-proposals.md @@ -10,7 +10,6 @@ Proposals follow [this process document](https://tc39.es/process-document/). | [Observable][observable] | Jafar Husain | Jafar Husain
Mark Miller | [May 2017][observable-notes] | | [SES (Secure EcmaScript)][secure-ecmascript] | Mark Miller
Chip Morningstar
Caridy Patiño | Mark Miller
Chip Morningstar
Caridy Patiño | [February 2020][secure-ecmascript-notes] | | [`of` and `from` on collection constructors][collection-of-from] | Leo Balter | Leo Balter | [September 2016][collection-of-from-notes] | -| [Generator arrow functions][generator-arrow-functions] | Sergey Rubanov | Brendan Eich | [September 2016][generator-arrow-functions-notes] | | [`Math.signbit`: IEEE-754 sign bit][signbit] | JF Bastien | JF Bastien | [May 2017][signbit-notes] | | [Error stacks][stacks] | Jordan Harband | Jordan Harband | [January 2017][stacks-notes] | | [`do` expressions][do] | Dave Herman | Kevin Gibbons | [June 2020][do-notes] | @@ -112,8 +111,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal [secure-ecmascript-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-02/february-6.md#ses-compartments [collection-of-from]: https://github.com/tc39/proposal-setmap-offrom [collection-of-from-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-09/sept-29.md#11iic-set-map-weakset-and-weakmap-of-and-from-methods -[generator-arrow-functions]: https://github.com/tc39/proposal-generator-arrow-functions -[generator-arrow-functions-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-09/sept-27.md#11ic-generator-arrow-functions [signbit]: https://github.com/tc39/proposal-Math.signbit [signbit-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2017-05/may-23.md#16ib-mathsignbit-proposal [stacks]: https://github.com/tc39/proposal-error-stacks