From 01c407d60b7129d815e0f44c0b2b1e0172c90fd3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 9 Aug 2021 22:19:11 -0700 Subject: [PATCH] move `deprecated` proposal to inactive Per https://github.com/tc39/proposals/pull/371#discussion_r685294124 --- stage-0-proposals.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/stage-0-proposals.md b/stage-0-proposals.md index 03138c8c..b03a6509 100644 --- a/stage-0-proposals.md +++ b/stage-0-proposals.md @@ -19,7 +19,6 @@ Stage 0 proposals are either | [Structured Clone][clone] | Dmitry Lomov | Dmitry Lomov | [Jan 2014][clone-notes] | | [WHATWG URL][url] | James M Snell | James M Snell | | | [Object Shorthand Improvements][object-shorthand-improvements] | Ron Buckton | Ron Buckton | [Sep 2017][shorthand-notes] | -| [`deprecated`][deprecated] | James M Snell | James M Snell | | | [`as` destructuring patterns][as-patterns] | Kat Marchán | Kat Marchán | | | [`Symbol.thenable`][symbol-thenable] | Gus Caplan | Jordan Harband
Myles Borins | [May 2018][symbol-thenable-notes] | | [Async Context][async-context] | Chengzhong Wu | Chengzhong Wu | [July 2020][async-context-notes] | @@ -40,7 +39,6 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal [clone]: https://github.com/dslomov/ecmascript-structured-clone [url]: https://github.com/jasnell/proposal-url [object-shorthand-improvements]: https://github.com/rbuckton/proposal-shorthand-improvements -[deprecated]: https://github.com/jasnell/proposal-deprecated [as-patterns]: https://github.com/zkat/proposal-as-patterns [bind-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2015-03/mar-25.md#6vi-function-bind-and-private-fields-redux-kevin-smith [nested-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-07/jul-27.md#10iiic-nested-import-declaration