From 276456524d0305a922332ab231aed808d0f7fb5e Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Thu, 26 Sep 2019 14:43:48 +0900 Subject: [PATCH] Remove me as a champion and deactivate some proposals --- README.md | 8 ++++---- inactive-proposals.md | 6 ++++++ stage-0-proposals.md | 6 ------ stage-1-proposals.md | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ec7fa52b..8a4e0fc1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Stage 2 indicates that the committee expects these features to be developed and | [`globalThis`][globalThis] | Jordan Harband | Jordan Harband | [:white_check_mark:][tests-global] | [November 2018][globalThis-notes] | | [Legacy RegExp features in JavaScript][regexp-legacy] | Claude Pache | Mark Miller
Claude Pache | [:white_check_mark:][tests-regexp-legacy] | [May 2017][regexp-legacy-notes] | | [`BigInt`][bigint] | Daniel Ehrenberg | Daniel Ehrenberg | [:white_check_mark:][tests-bigint] | [June 2019][bigint-notes] | -| [`import.meta`][import-meta] | Domenic Denicola | Domenic Denicola | [:white_check_mark:][tests-import-meta] | [September 2017][import-meta-notes] | +| [`import.meta`][import-meta] | Domenic Denicola | (none) | [:white_check_mark:][tests-import-meta] | [September 2017][import-meta-notes] | | [Private instance methods and accessors][private-methods] | Daniel Ehrenberg | Daniel Ehrenberg
Kevin Gibbons | [:question:][tests-private-methods] | [January 2019][class-fields-notes] | | [Class Public Instance Fields & Private Instance Fields][class-fields] | Daniel Ehrenberg
Kevin Gibbons | Daniel Ehrenberg
Jeff Morrison
Kevin Smith
Kevin Gibbons | [:question:][tests-class-fields] | [January 2019][class-fields-notes] | | [Static class fields and private static methods][static-class-features] | Daniel Ehrenberg
Kevin Gibbons
Jeff Morrison
Kevin Smith | Shu-Yu Guo
Daniel Ehrenberg | :question: | [January 2019][class-fields-notes] | @@ -41,10 +41,10 @@ Stage 2 indicates that the committee expects these features to be developed and | [Decorators][decorators] | Daniel Ehrenberg | Yehuda Katz
Brian Terlson
Daniel Ehrenberg | [January 2019][decorators-notes] | | [`throw` expressions][throw-expressions] | Ron Buckton | Ron Buckton | [January 2018][throw-expressions-notes] | | [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo
Lars Hansen | [June 2019][nonblocking-notes] | -| [Function implementation hiding][censorship] | Domenic Denicola
Michael Ficarra | Domenic Denicola
Michael Ficarra | [May 2018][censorship-notes] | +| [Function implementation hiding][censorship] | Domenic Denicola
Michael Ficarra | Michael Ficarra | [May 2018][censorship-notes] | | [New Set methods][set-methods] | Michał Wadas
Sathya Gunasekaran | Sathya Gunasekaran | [January 2019][set-methods-notes] | | [Realms][realms] | Caridy Patiño
Jean-Francois Paradis | Dave Herman
Mark Miller
Caridy Patiño | [May 2018][realms-notes] | -| [`ArrayBuffer.prototype.transfer`][buffer-transfer] | Domenic Denicola | Domenic Denicola | [July 2018][buffer-transfer-notes] | +| [`ArrayBuffer.prototype.transfer`][buffer-transfer] | Domenic Denicola | Shu-yu Guo | [July 2018][buffer-transfer-notes] | | [Sequence properties in Unicode property escapes][unicode-sequence-properties] | Mathias Bynens | Mathias Bynens | [September 2018][unicode-sequence-properties-notes] | | [Temporal][temporal] | Maggie Pint
Matt Johnson
Philipp Dunkel | Maggie Pint
Philipp Dunkel
Brian Terlson | [September 2018][temporal-notes] | | [collection normalization][collection-rekey] | Bradley Farias | Bradley Farias | [January 2019][richer-keys-notes] | @@ -52,7 +52,7 @@ Stage 2 indicates that the committee expects these features to be developed and | [`for-in` mechanics][for-in-mechanics] | Kevin Gibbons | Kevin Gibbons | [June 2019][for-in-mechanics-notes] | | [Array.isTemplateObject][isTemplateObject] | Mike Samuel | Mike Samuel | [June 2019][isTemplateObject-notes] | | [`Promise.any`][promise-any] | Mathias Bynens
Kevin Gibbons
Sergey Rubanov | Mathias Bynens | [July 2019][promise-any-notes] | -| [Iterator helpers][iterator-helpers] | Gus Caplan | Domenic Denicola | [July 2019][iterator-helpers-notes] | +| [Iterator helpers][iterator-helpers] | Gus Caplan | (none) | [July 2019][iterator-helpers-notes] | | [Explicit Resource Management][resource-management] | Ron Buckton | Ron Buckton | [July 2019][resource-management-notes] | :white_check_mark: means a pull request for tests was merged. diff --git a/inactive-proposals.md b/inactive-proposals.md index 5306c5fb..93047d6a 100644 --- a/inactive-proposals.md +++ b/inactive-proposals.md @@ -22,6 +22,9 @@ Inactive proposals are proposals that at one point were presented to the committ | [`Date.parse` fallback semantics][date-parse] | Morgan Phillips | Inactive; likely replaced by [uniform parsing of quasi-standard `Date.parse` input][uniform-date-parse] | | [Distinguishing literal strings][distinguishing-literal-strings] | Mike West & Adam Klein | Withdrawn: [Trusted Types](https://github.com/WICG/trusted-types) no longer a dependent | | Annex B — HTML Attribute Event Handlers | Allen Wirfs-Brock | Withdrawn per [PR comment](https://github.com/tc39/ecma262/issues/1595#issuecomment-509348434) | +| [Normative ICU Reference][icu] | Domenic Denicola | Withdrawn; champion is no longer participating in TC39 | +| [Zones][zones] | Domenic Denicola & Miško Hevery | Withdrawn; champion is no longer participating in TC39 | +| [Blöcks][blocks] | Domenic Denicola | Withdrawn; champion is no longer participating in TC39 | 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. @@ -46,3 +49,6 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal [collection-literals]: https://github.com/zkat/proposal-collection-literals [date-parse]: https://github.com/tc39-transfer/proposal-date-time-string-format [uniform-date-parse]: https://github.com/gibson042/ecma262-proposal-uniform-interchange-date-parsing +[icu]: https://github.com/tc39/tc39-notes/blob/master/meetings/2017-05/may-23.md#normative-icu-reference +[zones]: https://github.com/domenic/zones +[blocks]: https://github.com/domenic/proposal-blocks diff --git a/stage-0-proposals.md b/stage-0-proposals.md index 5ff04d81..1a8b511c 100644 --- a/stage-0-proposals.md +++ b/stage-0-proposals.md @@ -13,14 +13,12 @@ Stage 0 proposals are either | [Function expression decorators][func-expr-decorators] | Igor Minar | Igor Minar | | | [Method parameter decorators][method-param-decorators] | Igor Minar | Igor Minar | | | [Nested `import` declarations][nested-imports] | Ben Newman | Ben Newman | [July 2016][nested-notes] | -| [Normative ICU Reference][icu] | Domenic Denicola | Domenic Denicola | [May 2017][icu-notes] | | [Orthogonal Classes][ortho] | Mark Miller
Allen Wirfs-Brock | Mark Miller
Allen Wirfs-Brock | [March 2017][ortho-notes] | | [`Reflect.{isCallable,isConstructor}`][is-callable-is-constructor] | Caitlin Potter | Caitlin Potter | | | [Relationships][relationships] | Mark Miller
Waldemar Horwat | Mark Miller
Waldemar Horwat | | | [`String.prototype.at`][string-at] | Mathias Bynens | Mathias Bynens
Rick Waldron | | | [Structured Clone][clone] | Dmitry Lomov | Dmitry Lomov | [Jan 2014][clone-notes] | | [WHATWG URL][url] | James M Snell | James M Snell | | -| [Zones][zones] ([spec][zones-spec]) | Domenic Denicola | Domenic Denicola
Miško Hevery | [March 2016][zones-notes] | | [Object Shorthand Improvements][object-shorthand-improvements] | Ron Buckton | Ron Buckton | [Sep 2017][shorthand-notes] | | [Decimal][decimal] | Andrew Paprocki
Daniel Ehrenberg | Andrew Paprocki
Daniel Ehrenberg | [Nov 2017][decimal-notes] | | [`deprecated`][deprecated] | James M Snell | James M Snell | | @@ -40,22 +38,18 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal [func-expr-decorators]: https://goo.gl/8MmCMG [method-param-decorators]: https://goo.gl/r1XT9b [nested-imports]: https://github.com/benjamn/reify/blob/master/PROPOSAL.md -[icu]: https://github.com/tc39/tc39-notes/blob/master/meetings/2017-05/may-23.md#normative-icu-reference [ortho]: https://github.com/erights/Orthogonal-Classes [is-callable-is-constructor]: https://github.com/caitp/TC39-Proposals/blob/master/tc39-reflect-isconstructor-iscallable.md [relationships]: https://web.archive.org/web/20160804042554/http://wiki.ecmascript.org/doku.php?id=strawman:relationships [string-at]: https://github.com/mathiasbynens/String.prototype.at [clone]: https://github.com/dslomov-chromium/ecmascript-structured-clone [url]: https://github.com/jasnell/proposal-url -[zones]: https://github.com/domenic/zones -[zones-spec]: https://domenic.github.io/zones/ [object-shorthand-improvements]: https://github.com/rbuckton/proposal-shorthand-improvements [decimal]: https://docs.google.com/presentation/d/1jPsw7EGsS6BW59_BDRu9o0o3UwSXQeUhi38QG55ZoPI/edit?pli=1#slide=id.p [deprecated]: https://github.com/jasnell/proposal-deprecated [as-patterns]: https://github.com/zkat/proposal-as-patterns [bind-notes]: https://github.com/tc39/tc39-notes/blob/master/meetings/2015-03/mar-25.md#6vi-function-bind-and-private-fields-redux-kevin-smith [nested-notes]: https://github.com/tc39/tc39-notes/blob/master/meetings/2016-07/jul-27.md#10iiic-nested-import-declaration -[icu-notes]: https://github.com/tc39/tc39-notes/blob/master/meetings/2017-05/may-23.md#normative-icu-reference [ortho-notes]: https://github.com/tc39/tc39-notes/blob/master/meetings/2017-03/mar-22.md#10iiia-orthogonal-classes [clone-notes]: https://github.com/tc39/tc39-notes/blob/master/meetings/2014-01/jan-30.md#structured-clone [zones-notes]: https://github.com/tc39/tc39-notes/blob/master/meetings/2016-03/march-29.md#zones-update diff --git a/stage-1-proposals.md b/stage-1-proposals.md index 44d00481..a46d1990 100644 --- a/stage-1-proposals.md +++ b/stage-1-proposals.md @@ -11,7 +11,7 @@ Proposals follow [this process document](https://tc39.github.io/process-document | [SES (Secure EcmaScript)][secure-ecmascript] | Mark Miller
Chip Morningstar
Caridy Patiño | Mark Miller
Chip Morningstar
Caridy Patiño | [July 2019][secure-ecmascript-notes] | | [`Math` Extensions][more-math] | Rick Waldron | Rick Waldron | [July 2016][more-math-notes] | | [`of` and `from` on collection constructors][collection-of-from] | Leo Balter | Leo Balter | [September 2016][collection-of-from-notes] | -| Generator arrow functions (`=>*`) | | Brendan Eich
Domenic Denicola | [September 2016][generator-arrow-functions-notes] | +| Generator arrow functions (`=>*`) | | Brendan Eich | [September 2016][generator-arrow-functions-notes] | | [`Promise.try`][try] | Jordan Harband | Jordan Harband | [November 2016][try-notes] | | [`Math.signbit`: IEEE-754 sign bit][signbit] | JF Bastien | JF Bastien | [May 2017][signbit-notes] | | [Error stacks][stacks] | Jordan Harband | Jordan Harband | [January 2017][stacks-notes] |