Skip to content

Commit faa00dc

Browse files
committed
Import Assertions down to stage 2, per 2023.02.02 TC39
1 parent a683a46 commit faa00dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Stage 2 indicates that the committee expects these features to be developed and
2323
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------ | ---------------------------------------------------------- |
2424
| [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> |
2525
| [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo<br />Lars Hansen | [:white_check_mark:][tests-nonblocking] | <sub>[December&nbsp;2019][nonblocking-notes]</sub> |
26-
| [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 | [:white_check_mark:][import-assertions-tests] | <sub>[November&nbsp;2020][import-assertions-notes]</sub> |
2726
| [JSON Modules][json-modules] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | [:white_check_mark:][json-modules-tests] | <sub>[January&nbsp;2021][json-modules-notes]</sub> |
2827
| [Temporal][temporal] | Philipp Dunkel<br />Maggie Johnson-Pint<br />Matt Johnson-Pint<br />Brian Terlson<br />Shane Carr<br />Ujjwal Sharma<br />Philip Chimento<br />Jason Williams<br />Justin Grant | Philipp Dunkel<br />Maggie Johnson-Pint<br />Matt Johnson-Pint<br />Brian Terlson<br />Shane Carr<br />Ujjwal Sharma<br />Philip Chimento<br />Jason Williams<br />Justin Grant| [:white_check_mark:][temporal-tests] | <sub>[March&nbsp;2021][temporal-notes]</sub> |
2928
| [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | [:white_check_mark:][resizable-tests] | <sub>[May&nbsp;2021][resizable-notes]</sub> |
@@ -66,6 +65,7 @@ Stage 2 indicates that the committee expects these features to be developed and
6665
| [JSON.parseImmutable][json-parse-immutable] | Robin Ricard<br />Richard Button<br />Nicolò Ribaudo<br />Ashley Claymore | Robin Ricard<br />Richard Button<br />Nicolò Ribaudo<br />Ashley Claymore | <sub>July&nbsp;2022</sub> |
6766
| [Module Declarations][module-declarations] | Daniel Ehrenberg<br />Nicolò Ribaudo | Daniel Ehrenberg<br />Mark Miller<br />Nicolò Ribaudo | <sub>[November&nbsp;2022][module-declarations-notes]</sub> |
6867
| [Symbol Predicates][symbol-predicates] | Robin Ricard<br />Jordan Harband | Ashley Claymore<br />Jordan Harband | <sub>January&nbsp;2023</sub> |
68+
| [Import Assertions][import-assertions] | Myles Borins<br />Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg | Sven Sauleau<br />Dan Clark<br />Daniel Ehrenberg<br />Nicolò Ribaudo | <sub>January&nbsp;2023</sub> |
6969

7070
:white_check_mark: means a pull request for tests was merged.
7171

0 commit comments

Comments
 (0)