diff --git a/README.md b/README.md index 4c26f915..1cfd41f7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ Stage 2 indicates that the committee expects these features to be developed and | [Array.isTemplateObject][isTemplateObject] | Mike Samuel, Krzysztof Kotowicz | Krzysztof Kotowicz | [December 2019][isTemplateObject-notes] | | [`Map.prototype.emplace`][map-emplace] | Bradley Farias | Erica Pramer | [July 2020][map-emplace-notes] | | [Dynamic Import Host Adjustment][] | Mike Samuel, Krzysztof Kotowicz | Krzysztof Kotowicz | [December 2019][Dynamic Import Host Adjustment notes] | -| [WeakRefs `cleanupSome`][cleanup-some] | Yulia Startsev
Daniel Ehrenberg | Yulia Startsev
Daniel Ehrenberg | [July 2020][cleanup-some-notes] | | [Record & Tuple][record-tuple] | Robin Ricard
Richard Button | Robin Ricard
Richard Button | [December 2021][record-tuple-notes] | | [Module Expressions][module-expressions] | Surma
Daniel Ehrenberg
Nicolò Ribaudo | Surma
Nicolò Ribaudo | [November 2022][module-expressions-notes] | | [Pipeline Operator][pipeline] | J. S. Choi
James DiGioia
Ron Buckton
Tab Atkins | J. S. Choi
Ron Buckton
Tab Atkins | [August 2021][pipe-notes] | @@ -122,8 +121,6 @@ Note that as part of the onboarding process your repository name may be normaliz [map-emplace-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-07/july-22.md#upsert-now-renamed-emplace-updates--for-stage-3 [Dynamic Import Host Adjustment]: https://github.com/tc39/proposal-dynamic-import-host-adjustment [Dynamic Import Host Adjustment notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-12/december-5.md#dynamic-import-host-adjustment-for-stage-2 -[cleanup-some]: https://github.com/tc39/proposal-cleanup-some -[cleanup-some-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-07/july-21.md#weakrefs-for-stage-4--cleanupsome-for-stage-23 [json-modules]: https://github.com/tc39/proposal-json-modules [json-modules-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-01/jan-25.md#json-modules-for-stage-3 [json-modules-tests]: https://github.com/tc39/test262/search?l=JavaScript&q=json-modules diff --git a/inactive-proposals.md b/inactive-proposals.md index c16fd789..7b3380b6 100644 --- a/inactive-proposals.md +++ b/inactive-proposals.md @@ -38,6 +38,7 @@ Inactive proposals are proposals that at one point were presented to the committ | [`"use module"`][modules-pragma] | Dave Herman | Inactive; champion does not wish to pursue | | [Function.pipe and flow][pipe-flow] | J.S. Choi | Withdrawn: [rejected for stage 1][pipe-flow-notes] | | [`Symbol.thenable`][symbol-thenable] | Gus Caplan
Jordan Harband
Myles Borins | Withdrawn; changing thenability on Module Namespace objects is not web compatible, and allowing non-Promise use of "then" is not worth slowing down all Promise operations | +| [WeakRefs `cleanupSome`][cleanup-some] | Yulia Startsev
Daniel Ehrenberg | Withdrawn; subsumed by WebAssembly JS Promise Integration, which avoids the long task issue | 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. @@ -86,3 +87,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal [pipe-flow-notes]: https://github.com/tc39/notes/blob/main/meetings/2022-07/jul-21.md#functionpipe--flow-for-stage-1 [symbol-thenable]: https://github.com/devsnek/proposal-symbol-thenable [symbol-thenable-notes]: https://github.com/tc39/notes/blob/def2ee0c04bc91612576237314a4f3b1fe2edaef/meetings/2018-05/may-24.md#symbolthenable-for-stage-1-or-2 +[cleanup-some]: https://github.com/tc39/proposal-cleanup-some +[cleanup-some-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-07/july-21.md#weakrefs-for-stage-4--cleanupsome-for-stage-23