Skip to content

Commit

Permalink
Top-level await to stage 4, per 2021.05.25 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 25, 2021
1 parent f0adbe1 commit 99fa42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Stage 2 indicates that the committee expects these features to be developed and
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------ | ---------------------------------------------------------- |
| [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> |
| [Hashbang Grammar][hashbang-grammar] | Bradley Farias | Bradley Farias | [:white_check_mark:][tests-hashbang-grammar] | <sub>[November&nbsp;2018][hashbang-notes]</sub> |
| [Top-level `await`][await] | Myles Borins | Myles Borins | [:white_check_mark:][tests-await] | <sub>[June&nbsp;2019][await-notes]</sub> |
| [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo<br />Lars Hansen | [:white_check_mark:][tests-nonblocking] | <sub>[December&nbsp;2019][nonblocking-notes]</sub> |
| [`.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> |
| [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> |
Expand Down Expand Up @@ -93,9 +92,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[throw-expressions-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2018-01/jan-24.md#13iiii-throw-expressions-for-stage-3
[censorship]: https://github.com/tc39/proposal-function-implementation-hiding
[censorship-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-06/june-2.md#function-implementation-hiding-for-stage-3
[await]: https://github.com/tc39/proposal-top-level-await
[await-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-06/june-6.md#top-level-await-for-stage-3
[tests-await]: https://github.com/tc39/test262/pull/2274
[set-methods]: https://github.com/tc39/proposal-set-methods
[set-methods-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-01/jan-29.md#update-on-set-methods
[hashbang-grammar]: https://github.com/tc39/proposal-hashbang
Expand Down
3 changes: 3 additions & 0 deletions finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
| [Numeric separators][numeric_separators] | Sam Goto<br />Rick Waldron | Sam Goto<br />Rick Waldron <br />Leo Balter | [July 2020][numeric_separators-notes] | 2021 |
| 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 |
| [RegExp Match Indices][regex-match-indices] | Ron Buckton | Ron Buckton | May 2021 | 2022 |
| [Top-level `await`][await] | Myles Borins | Myles Borins | May 2021 | 2022 |

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.

Expand Down Expand Up @@ -129,3 +130,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[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
[regex-match-indices]: https://github.com/tc39/proposal-regexp-match-indices
[regex-match-indices-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-11/nov-16.md#regexp-matches-indices-jsc-implementation-feedback
[await]: https://github.com/tc39/proposal-top-level-await
[await-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-06/june-6.md#top-level-await-for-stage-3

0 comments on commit 99fa42a

Please sign in to comment.