Skip to content

Commit

Permalink
Remove me as a champion and deactivate some proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Sep 26, 2019
1 parent f4efa12 commit 2764565
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] | <sub>[November&nbsp;2018][globalThis-notes]</sub> |
| [Legacy RegExp features in JavaScript][regexp-legacy] | Claude Pache | Mark Miller<br />Claude Pache | [:white_check_mark:][tests-regexp-legacy] | <sub>[May&nbsp;2017][regexp-legacy-notes]</sub> |
| [`BigInt`][bigint] | Daniel Ehrenberg | Daniel Ehrenberg | [:white_check_mark:][tests-bigint] | <sub>[June&nbsp;2019][bigint-notes]</sub> |
| [`import.meta`][import-meta] | Domenic Denicola | Domenic Denicola | [:white_check_mark:][tests-import-meta] | <sub>[September&nbsp;2017][import-meta-notes]</sub> |
| [`import.meta`][import-meta] | Domenic Denicola | (none) | [:white_check_mark:][tests-import-meta] | <sub>[September&nbsp;2017][import-meta-notes]</sub> |
| [Private instance methods and accessors][private-methods] | Daniel Ehrenberg | Daniel Ehrenberg<br />Kevin Gibbons | [:question:][tests-private-methods] | <sub>[January&nbsp;2019][class-fields-notes]</sub> |
| [Class Public Instance Fields & Private Instance Fields][class-fields] | Daniel Ehrenberg<br />Kevin Gibbons | Daniel Ehrenberg<br />Jeff Morrison<br />Kevin Smith<br />Kevin Gibbons | [:question:][tests-class-fields] | <sub>[January&nbsp;2019][class-fields-notes]</sub> |
| [Static class fields and private static methods][static-class-features] | Daniel Ehrenberg<br />Kevin Gibbons<br />Jeff Morrison<br />Kevin Smith | Shu-Yu Guo<br />Daniel Ehrenberg | :question: | <sub>[January&nbsp;2019][class-fields-notes]</sub> |
Expand All @@ -41,18 +41,18 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Decorators][decorators] | Daniel Ehrenberg | Yehuda Katz<br />Brian Terlson<br />Daniel Ehrenberg | <sub>[January&nbsp;2019][decorators-notes]</sub> |
| [`throw` expressions][throw-expressions] | Ron Buckton | Ron Buckton | <sub>[January&nbsp;2018][throw-expressions-notes]</sub> |
| [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo<br />Lars Hansen | <sub>[June&nbsp;2019][nonblocking-notes]</sub> |
| [Function implementation hiding][censorship] | Domenic Denicola<br />Michael Ficarra | Domenic Denicola<br />Michael Ficarra | <sub>[May&nbsp;2018][censorship-notes]</sub> |
| [Function implementation hiding][censorship] | Domenic Denicola<br />Michael Ficarra | Michael Ficarra | <sub>[May&nbsp;2018][censorship-notes]</sub> |
| [New Set methods][set-methods] | Michał Wadas<br />Sathya Gunasekaran | Sathya Gunasekaran | <sub>[January&nbsp;2019][set-methods-notes]</sub> |
| [Realms][realms] | Caridy Patiño<br />Jean-Francois Paradis | Dave Herman<br />Mark Miller<br />Caridy Patiño | <sub>[May&nbsp;2018][realms-notes]</sub> |
| [`ArrayBuffer.prototype.transfer`][buffer-transfer] | Domenic Denicola | Domenic Denicola | <sub>[July&nbsp;2018][buffer-transfer-notes]</sub> |
| [`ArrayBuffer.prototype.transfer`][buffer-transfer] | Domenic Denicola | Shu-yu Guo | <sub>[July&nbsp;2018][buffer-transfer-notes]</sub> |
| [Sequence properties in Unicode property escapes][unicode-sequence-properties] | Mathias Bynens | Mathias Bynens | <sub>[September&nbsp;2018][unicode-sequence-properties-notes]</sub> |
| [Temporal][temporal] | Maggie Pint<br />Matt Johnson<br />Philipp Dunkel | Maggie Pint<br />Philipp Dunkel<br />Brian Terlson | <sub>[September&nbsp;2018][temporal-notes]</sub> |
| [collection normalization][collection-rekey] | Bradley Farias | Bradley Farias | <sub>[January&nbsp;2019][richer-keys-notes]</sub> |
| [`String.prototype.replaceAll`][replace-all] | Peter Marshall<br />Jakob Gruber<br />Mathias Bynens | Mathias Bynens | <sub>[March&nbsp;2019][replace-all-notes]</sub> |
| [`for-in` mechanics][for-in-mechanics] | Kevin Gibbons | Kevin Gibbons | <sub>[June&nbsp;2019][for-in-mechanics-notes]</sub> |
| [Array.isTemplateObject][isTemplateObject] | Mike Samuel | Mike Samuel | <sub>[June&nbsp;2019][isTemplateObject-notes]</sub> |
| [`Promise.any`][promise-any] | Mathias Bynens<br />Kevin Gibbons<br />Sergey Rubanov | Mathias Bynens | <sub>[July 2019][promise-any-notes]</sub> |
| [Iterator helpers][iterator-helpers] | Gus Caplan | Domenic Denicola | <sub>[July 2019][iterator-helpers-notes]</sub> |
| [Iterator helpers][iterator-helpers] | Gus Caplan | (none) | <sub>[July 2019][iterator-helpers-notes]</sub> |
| [Explicit Resource Management][resource-management] | Ron Buckton | Ron Buckton | <sub>[July 2019][resource-management-notes]</sub> |

:white_check_mark: means a pull request for tests was merged.
Expand Down
6 changes: 6 additions & 0 deletions inactive-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

This comment has been minimized.

Copy link
@septs

septs Sep 24, 2020

Member

@domenic plz fix the issue.

This comment has been minimized.

Copy link
@ljharb

ljharb Sep 24, 2020

Member

I'm confused; what issue?


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 All @@ -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
6 changes: 0 additions & 6 deletions stage-0-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br />Allen Wirfs-Brock | Mark Miller<br />Allen Wirfs-Brock | [March 2017][ortho-notes] |
| [`Reflect.{isCallable,isConstructor}`][is-callable-is-constructor] | Caitlin Potter | Caitlin Potter | |
| [Relationships][relationships] | Mark Miller<br />Waldemar Horwat | Mark Miller<br />Waldemar Horwat | |
| [`String.prototype.at`][string-at] | Mathias Bynens | Mathias Bynens<br />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<br />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<br />Daniel Ehrenberg | Andrew Paprocki<br />Daniel Ehrenberg | [Nov 2017][decimal-notes] |
| [`deprecated`][deprecated] | James M Snell | James M Snell | |
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Proposals follow [this process document](https://tc39.github.io/process-document
| [SES (Secure EcmaScript)][secure-ecmascript] | Mark Miller<br />Chip Morningstar<br />Caridy Patiño | Mark Miller<br />Chip Morningstar<br />Caridy Patiño | <sub>[July&nbsp;2019][secure-ecmascript-notes]</sub> |
| [`Math` Extensions][more-math] | Rick Waldron | Rick Waldron | <sub>[July&nbsp;2016][more-math-notes]</sub> |
| [`of` and `from` on collection constructors][collection-of-from] | Leo Balter | Leo Balter | <sub>[September&nbsp;2016][collection-of-from-notes]</sub> |
| Generator arrow functions (`=>*`) | | Brendan Eich<br />Domenic Denicola | <sub>[September&nbsp;2016][generator-arrow-functions-notes]</sub> |
| Generator arrow functions (`=>*`) | | Brendan Eich | <sub>[September&nbsp;2016][generator-arrow-functions-notes]</sub> |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>[November&nbsp;2016][try-notes]</sub> |
| [`Math.signbit`: IEEE-754 sign bit][signbit] | JF Bastien | JF Bastien | <sub>[May&nbsp;2017][signbit-notes]</sub> |
| [Error stacks][stacks] | Jordan Harband | Jordan Harband | <sub>[January&nbsp;2017][stacks-notes]</sub> |
Expand Down

0 comments on commit 2764565

Please sign in to comment.