Skip to content

Commit

Permalink
Move proposals to inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell authored and ljharb committed Mar 21, 2018
1 parent 5427286 commit 668cdf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion inactive-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Inactive proposals are proposals that at one point were presented to the committ
| [SIMD.JS - SIMD APIs][simd] | Peter Jensen, Yehuda Katz | [Stage 1][simd-notes]: Start with SIMD in WASM; implementations not pursuing SIMD.js for now.
| [Updates to Tail Calls to include an explicit syntactic opt-in][ptc] | Brian Terlson & Eric Faust | Inactive |
| [Object.shallowEqual][shallow-equal] | Sebastian Markbage | Withdrawn |

| [`%constructor%.construct`][construct] | James M Snell | Withdrawn |
| [`Builtins.typeOf()` and `Builtins.is()`][is-types] | James M Snell | Withdrawn: can be solved in other ways |

See also the [stage 0 proposals](stage-0-proposals.md), [active proposals](README.md), and [finished proposals](finished-proposals.md) documents.

Expand All @@ -36,3 +37,5 @@ See also the [stage 0 proposals](stage-0-proposals.md), [active proposals](READM
[simd-notes]: https://github.com/rwaldron/tc39-notes/blob/master/es8/2017-03/mar-21.md#conclusionresolution-10
[ptc]: https://github.com/tc39/proposal-ptc-syntax
[shallow-equal]: https://github.com/sebmarkbage/ecmascript-shallow-equal
[construct]: https://github.com/jasnell/proposal-construct
[is-types]: https://github.com/jasnell/proposal-istypes
4 changes: 0 additions & 4 deletions stage-0-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Stage 0 proposals are either
| -------- | ------------------------------------------------------------------ | ------------------------------------- | ------------------------------------- | --------------------------- |
| | [Additional metaproperties][metaprops] | Allen Wirfs-Brock | Allen Wirfs-Brock | |
| | Annex B — HTML Attribute Event Handlers | Allen Wirfs-Brock | Allen Wirfs-Brock | |
| | [`%constructor%.construct`][construct] | James M Snell | James M Snell | |
| | [Defensible Classes][defensible-classes] | Mark Miller<br />Doug Crockford | Mark Miller<br />Doug Crockford | |
| | [Function bind syntax][bind-syntax] | Kevin Smith | Brian Terlson<br />Matthew Podwysocki | [March 2015][bind-notes] |
| | [Function expression decorators][func-expr-decorators] | Igor Minar | Igor Minar | |
Expand All @@ -26,7 +25,6 @@ Stage 0 proposals are either
| | [WHATWG URL][url] | James M Snell | James M Snell | |
| | [Zones][zones] ([spec][zones-spec]) | Domenic Denicola | Domenic Denicola<br />Miško Hevery | [March 2016][zones-notes] |
| | [Object Shorthand Improvements][object-shorthand-improvements] | Ron Buckton | Ron Buckton | [Sep 2017][shorthand-notes] |
| | [`Builtins.typeOf()` and `Builtins.is()`][is-types] | James M Snell | James M Snell | [Sep 2017][builtins-notes] |
| | [`ArrayBuffer.transfer`][buffer-transfer] | Domenic Denicola | Domenic Denicola | [Sep 2017][transfer-notes] |
| | [Decimal][decimal] | Andrew Paprocki<br />Daniel Ehrenberg | Andrew Paprocki<br />Daniel Ehrenberg | [Nov 2017][decimal-notes] |
| | [`deprecated`][deprecated] | James M Snell | James M Snell | |
Expand All @@ -36,7 +34,6 @@ Stage 0 proposals are either
See also the [finished proposals](finished-proposals.md), [active proposals](README.md), and [inactive proposals](inactive-proposals.md).

[metaprops]: https://github.com/allenwb/ESideas/blob/master/ES7MetaProps.md
[construct]: https://github.com/jasnell/proposal-construct
[defensible-classes]: http://wiki.ecmascript.org/doku.php?id=strawman:defensible_classes
[bind-syntax]: https://github.com/zenparsing/es-function-bind
[func-expr-decorators]: https://goo.gl/8MmCMG
Expand All @@ -53,7 +50,6 @@ See also the [finished proposals](finished-proposals.md), [active proposals](REA
[zones]: https://github.com/domenic/zones
[zones-spec]: https://domenic.github.io/zones/
[object-shorthand-improvements]: https://github.com/rbuckton/proposal-shorthand-improvements
[is-types]: https://github.com/jasnell/proposal-istypes
[buffer-transfer]: https://gist.github.com/lukewagner/2735af7eea411e18cf20
[decimal]: https://docs.google.com/presentation/d/1jPsw7EGsS6BW59_BDRu9o0o3UwSXQeUhi38QG55ZoPI/edit?pli=1#slide=id.p
[module-keys]: https://github.com/mikesamuel/tc39-module-keys
Expand Down

0 comments on commit 668cdf9

Please sign in to comment.