Skip to content

Commit 6bcd2c6

Browse files
committed
move Await Dictionary to stage 2.7
1 parent 6e409fe commit 6bcd2c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/web/docs/menu.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@
270270
{
271271
"title": "Iterator join",
272272
"url": "{docs-version}/docs/features/proposals/iterator-join"
273+
},
274+
{
275+
"title": "Await dictionary",
276+
"url": "{docs-version}/docs/features/proposals/await-dictionary"
273277
}
274278
]
275279
},
@@ -321,10 +325,6 @@
321325
"title": "Array deduplication",
322326
"url": "{docs-version}/docs/features/proposals/array-deduplication"
323327
},
324-
{
325-
"title": "Await dictionary",
326-
"url": "{docs-version}/docs/features/proposals/await-dictionary"
327-
},
328328
{
329329
"title": "DataView get / set Uint8Clamped methods",
330330
"url": "{docs-version}/docs/features/proposals/dataview-get-set-uint8clamped"

scripts/build-entries/entries-definitions.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3564,7 +3564,7 @@ export const proposals = {
35643564
},
35653565
'promise-all-keyed': {
35663566
link: 'https://github.com/tc39/proposal-await-dictionary',
3567-
stage: 1,
3567+
stage: 2.7,
35683568
modules: [
35693569
'esnext.promise.all-keyed',
35703570
'esnext.promise.all-settled-keyed',

0 commit comments

Comments
 (0)