Skip to content

Commit

Permalink
move deprecated proposal to inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 10, 2021
1 parent 744eaab commit 6c6d3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions inactive-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Inactive proposals are proposals that at one point were presented to the committ
| [Improving iteration on Objects][object-iteration] | Jonathan Keslin | Withdrawn: concern about need for such an API |
| [`String.prototype.at`][string-at] | Mathias Bynens<br />Rick Waldron | Obsoleted by renamed `String.prototype.item` proposal |
| [`ArrayBuffer.prototype.transfer`][buffer-transfer] | Domenic Denicola<br />Shu-yu Guo | Withdrawn: superseded by [Resizable Buffers][resizable-buffers] |
| [`deprecated`][deprecated] | James M Snell | Never presented |

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 @@ -73,3 +74,4 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[string-at]: https://github.com/mathiasbynens/String.prototype.at
[buffer-transfer]: https://github.com/domenic/proposal-arraybuffer-transfer
[resizable-buffer]: https://github.com/tc39/proposal-resizablearraybuffer
[deprecated]: https://github.com/jasnell/proposal-deprecated
2 changes: 0 additions & 2 deletions stage-0-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br />Myles Borins | [May 2018][symbol-thenable-notes] |
| [Async Context][async-context] | Chengzhong Wu | Chengzhong Wu | [July 2020][async-context-notes] |
Expand All @@ -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
Expand Down

0 comments on commit 6c6d3ab

Please sign in to comment.