File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 },
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"
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments