Skip to content

Commit 99fa42a

Browse files
committed
Top-level await to stage 4, per 2021.05.25 TC39
1 parent f0adbe1 commit 99fa42a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Stage 2 indicates that the committee expects these features to be developed and
1919
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------ | ---------------------------------------------------------- |
2020
| [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> |
2121
| [Hashbang Grammar][hashbang-grammar] | Bradley Farias | Bradley Farias | [:white_check_mark:][tests-hashbang-grammar] | <sub>[November&nbsp;2018][hashbang-notes]</sub> |
22-
| [Top-level `await`][await] | Myles Borins | Myles Borins | [:white_check_mark:][tests-await] | <sub>[June&nbsp;2019][await-notes]</sub> |
2322
| [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo<br />Lars Hansen | [:white_check_mark:][tests-nonblocking] | <sub>[December&nbsp;2019][nonblocking-notes]</sub> |
2423
| [`.at()`][at] | Shu-yu Guo<br />Tab Atkins | Shu-yu Guo<br />Tab Atkins | [:white_check_mark:][tests-at] | <sub>[November&nbsp;2020][at-notes]</sub> |
2524
| [Import Assertions][import-assertions] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | :question: | <sub>[November&nbsp;2020][import-assertions-notes]</sub> |
@@ -93,9 +92,6 @@ Note that as part of the onboarding process your repository name may be normaliz
9392
[throw-expressions-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2018-01/jan-24.md#13iiii-throw-expressions-for-stage-3
9493
[censorship]: https://github.com/tc39/proposal-function-implementation-hiding
9594
[censorship-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-06/june-2.md#function-implementation-hiding-for-stage-3
96-
[await]: https://github.com/tc39/proposal-top-level-await
97-
[await-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-06/june-6.md#top-level-await-for-stage-3
98-
[tests-await]: https://github.com/tc39/test262/pull/2274
9995
[set-methods]: https://github.com/tc39/proposal-set-methods
10096
[set-methods-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-01/jan-29.md#update-on-set-methods
10197
[hashbang-grammar]: https://github.com/tc39/proposal-hashbang

finished-proposals.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
4444
| [Numeric separators][numeric_separators] | Sam Goto<br />Rick Waldron | Sam Goto<br />Rick Waldron <br />Leo Balter | [July 2020][numeric_separators-notes] | 2021 |
4545
| Class Fields ([Private instance methods and accessors][private-methods], [Class Public Instance Fields & Private Instance Fields][class-fields], [Static class fields and private static methods][static-class-features]) | Daniel Ehrenberg | Daniel Ehrenberg<br />Kevin Gibbons | [April 2021][class-fields-notes] | 2022 |
4646
| [RegExp Match Indices][regex-match-indices] | Ron Buckton | Ron Buckton | May 2021 | 2022 |
47+
| [Top-level `await`][await] | Myles Borins | Myles Borins | May 2021 | 2022 |
4748

4849
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.
4950

@@ -129,3 +130,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
129130
[class-fields-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-04/apr-19.md#class-fields-private-methods-and-static-class-features-for-stage-4
130131
[regex-match-indices]: https://github.com/tc39/proposal-regexp-match-indices
131132
[regex-match-indices-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-11/nov-16.md#regexp-matches-indices-jsc-implementation-feedback
133+
[await]: https://github.com/tc39/proposal-top-level-await
134+
[await-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-06/june-6.md#top-level-await-for-stage-3

0 commit comments

Comments
 (0)