diff --git a/README.md b/README.md index 02122dc7..d39226a3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ 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] | [May 2018][bigint-notes] | | [`import.meta`][import-meta] | Domenic Denicola | Domenic Denicola | [: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] | @@ -76,8 +75,6 @@ Note that as part of the onboarding process your repository name may be normaliz [globalThis-notes]: /~https://github.com/tc39/tc39-notes/blob/master/meetings/2018-11/nov-29.md#kevins-1pm-talk [regexp-legacy]: /~https://github.com/tc39/proposal-regexp-legacy-features [regexp-legacy-notes]: /~https://github.com/tc39/tc39-notes/blob/master/meetings/2017-05/may-25.md#15ia-regexp-legacy-features-for-stage-3 -[bigint]: /~https://github.com/tc39/proposal-bigint -[bigint-notes]: /~https://github.com/tc39/tc39-notes/blob/master/meetings/2018-05/may-22.md#bigint-status-update [class-fields]: /~https://github.com/tc39/proposal-class-fields [class-fields-notes]: /~https://github.com/tc39/tc39-notes/blob/master/meetings/2019-01/jan-30.md#private-fields-and-methods-refresher [function-sent]: /~https://github.com/allenwb/ESideas/blob/master/Generator%20metaproperty.md @@ -108,7 +105,6 @@ Note that as part of the onboarding process your repository name may be normaliz [tests-global]: /~https://github.com/tc39/test262/issues/765 [tests-import-meta]: /~https://github.com/tc39/test262/pull/1888 [tests-regexp-legacy]: /~https://github.com/tc39/test262/issues/1165 -[tests-bigint]: /~https://github.com/tc39/test262/issues/1056 [tests-private-methods]: /~https://github.com/tc39/test262/issues/1343 [tests-numeric_separators]: /~https://github.com/tc39/test262/issues/1051 [tests-class-fields]: /~https://github.com/tc39/test262/issues/1161 diff --git a/finished-proposals.md b/finished-proposals.md index 06736d5e..ea90b9ec 100644 --- a/finished-proposals.md +++ b/finished-proposals.md @@ -30,6 +30,7 @@ Finished proposals are proposals that have reached stage 4, and are included in | [`Array.prototype.{flat,flatMap}`][flat] | Brian Terlson
Michael Ficarra
Mathias Bynens | Brian Terlson
Michael Ficarra | [January 2019][flat-notes] | 2019 | | [`String.prototype.matchAll`][matchall] | Jordan Harband | Jordan Harband | [March 2019][matchall-notes] | 2020 | | [`import()`][dynamic-import] | Domenic Denicola | Domenic Denicola | June 2019 | 2020 | +| [`BigInt`][bigint] | Daniel Ehrenberg | Daniel Ehrenberg | June 2019 | 2020 | See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [inactive proposals](inactive-proposals.md) documents. @@ -85,3 +86,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal [matchall-notes]: /~https://github.com/tc39/tc39-notes/blob/master/meetings/2019-03/mar-26.md#stringprototypematchall-for-stage-4 [dynamic-import]: /~https://github.com/tc39/proposal-dynamic-import [dynamic-import-notes]: /~https://github.com/tc39/tc39-notes/blob/master/meetings/2016-11/dec-1.md#14ii-import-open-issues-and-stage-3-discussion +[bigint]: /~https://github.com/tc39/proposal-bigint +[bigint-notes]: /~https://github.com/tc39/tc39-notes/blob/master/meetings/2018-05/may-22.md#bigint-status-update