From faa00dc13c48463a02dfe3aa6387b7082b41ce27 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 2 Feb 2023 09:07:16 -0800 Subject: [PATCH] Import Assertions down to stage 2, per 2023.02.02 TC39 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eac835dd..aeb2bb84 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,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
Claude Pache | [:white_check_mark:][tests-regexp-legacy] | [May 2017][regexp-legacy-notes] | | [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo
Lars Hansen | [:white_check_mark:][tests-nonblocking] | [December 2019][nonblocking-notes] | -| [Import Assertions][import-assertions] | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | [:white_check_mark:][import-assertions-tests] | [November 2020][import-assertions-notes] | | [JSON Modules][json-modules] | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | [:white_check_mark:][json-modules-tests] | [January 2021][json-modules-notes] | | [Temporal][temporal] | Philipp Dunkel
Maggie Johnson-Pint
Matt Johnson-Pint
Brian Terlson
Shane Carr
Ujjwal Sharma
Philip Chimento
Jason Williams
Justin Grant | Philipp Dunkel
Maggie Johnson-Pint
Matt Johnson-Pint
Brian Terlson
Shane Carr
Ujjwal Sharma
Philip Chimento
Jason Williams
Justin Grant| [:white_check_mark:][temporal-tests] | [March 2021][temporal-notes] | | [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | [:white_check_mark:][resizable-tests] | [May 2021][resizable-notes] | @@ -66,6 +65,7 @@ Stage 2 indicates that the committee expects these features to be developed and | [JSON.parseImmutable][json-parse-immutable] | Robin Ricard
Richard Button
Nicolò Ribaudo
Ashley Claymore | Robin Ricard
Richard Button
Nicolò Ribaudo
Ashley Claymore | July 2022 | | [Module Declarations][module-declarations] | Daniel Ehrenberg
Nicolò Ribaudo | Daniel Ehrenberg
Mark Miller
Nicolò Ribaudo | [November 2022][module-declarations-notes] | | [Symbol Predicates][symbol-predicates] | Robin Ricard
Jordan Harband | Ashley Claymore
Jordan Harband | January 2023 | +| [Import Assertions][import-assertions] | Myles Borins
Sven Sauleau
Dan Clark
Daniel Ehrenberg | Sven Sauleau
Dan Clark
Daniel Ehrenberg
Nicolò Ribaudo | January 2023 | :white_check_mark: means a pull request for tests was merged.