Skip to content

Commit

Permalink
cleanupSome withdrawn, per 2023.09.28 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 28, 2023
1 parent 465706b commit 9b300a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <sub>[December&nbsp;2019][isTemplateObject-notes]</sub> |
| [`Map.prototype.emplace`][map-emplace] | Bradley Farias | Erica Pramer | <sub>[July&nbsp;2020][map-emplace-notes]</sub> |
| [Dynamic Import Host Adjustment][] | Mike Samuel, Krzysztof Kotowicz | Krzysztof Kotowicz | <sub>[December&nbsp;2019][Dynamic Import Host Adjustment notes]</sub> |
| [WeakRefs `cleanupSome`][cleanup-some] | Yulia Startsev<br />Daniel Ehrenberg | Yulia Startsev<br />Daniel Ehrenberg | <sub>[July&nbsp;2020][cleanup-some-notes]</sub> |
| [Record & Tuple][record-tuple] | Robin Ricard<br />Richard Button | Robin Ricard<br />Richard Button | <sub>[December&nbsp;2021][record-tuple-notes]</sub> |
| [Module Expressions][module-expressions] | Surma<br />Daniel Ehrenberg<br />Nicolò Ribaudo | Surma<br />Nicolò Ribaudo | <sub>[November&nbsp;2022][module-expressions-notes]</sub> |
| [Pipeline Operator][pipeline] | J. S. Choi<br />James DiGioia<br />Ron Buckton<br />Tab Atkins | J. S. Choi<br />Ron Buckton<br />Tab Atkins | <sub>[August&nbsp;2021][pipe-notes]</sub> |
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions inactive-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br />Jordan Harband<br />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<br />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.

Expand Down Expand Up @@ -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

0 comments on commit 9b300a2

Please sign in to comment.