Skip to content

Commit 6c6d3ab

Browse files
committed
move deprecated proposal to inactive
Per #371 (comment)
1 parent 744eaab commit 6c6d3ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inactive-proposals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Inactive proposals are proposals that at one point were presented to the committ
3333
| [Improving iteration on Objects][object-iteration] | Jonathan Keslin | Withdrawn: concern about need for such an API |
3434
| [`String.prototype.at`][string-at] | Mathias Bynens<br />Rick Waldron | Obsoleted by renamed `String.prototype.item` proposal |
3535
| [`ArrayBuffer.prototype.transfer`][buffer-transfer] | Domenic Denicola<br />Shu-yu Guo | Withdrawn: superseded by [Resizable Buffers][resizable-buffers] |
36+
| [`deprecated`][deprecated] | James M Snell | Never presented |
3637

3738
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.
3839

@@ -73,3 +74,4 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
7374
[string-at]: https://github.com/mathiasbynens/String.prototype.at
7475
[buffer-transfer]: https://github.com/domenic/proposal-arraybuffer-transfer
7576
[resizable-buffer]: https://github.com/tc39/proposal-resizablearraybuffer
77+
[deprecated]: https://github.com/jasnell/proposal-deprecated

stage-0-proposals.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Stage 0 proposals are either
1919
| [Structured Clone][clone] | Dmitry Lomov | Dmitry Lomov | [Jan 2014][clone-notes] |
2020
| [WHATWG URL][url] | James M Snell | James M Snell | |
2121
| [Object Shorthand Improvements][object-shorthand-improvements] | Ron Buckton | Ron Buckton | [Sep 2017][shorthand-notes] |
22-
| [`deprecated`][deprecated] | James M Snell | James M Snell | |
2322
| [`as` destructuring patterns][as-patterns] | Kat Marchán | Kat Marchán | |
2423
| [`Symbol.thenable`][symbol-thenable] | Gus Caplan | Jordan Harband<br />Myles Borins | [May 2018][symbol-thenable-notes] |
2524
| [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
4039
[clone]: https://github.com/dslomov/ecmascript-structured-clone
4140
[url]: https://github.com/jasnell/proposal-url
4241
[object-shorthand-improvements]: https://github.com/rbuckton/proposal-shorthand-improvements
43-
[deprecated]: https://github.com/jasnell/proposal-deprecated
4442
[as-patterns]: https://github.com/zkat/proposal-as-patterns
4543
[bind-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2015-03/mar-25.md#6vi-function-bind-and-private-fields-redux-kevin-smith
4644
[nested-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-07/jul-27.md#10iiic-nested-import-declaration

0 commit comments

Comments
 (0)