tc39 / proposal-await-dictionary

A proposal to add Promise.ownProperties(), Promise.fromEntries() to ECMAScript
MIT License
86 stars 4 forks source link

Rename this repository #1

Closed ajvincent closed 3 years ago

ajvincent commented 3 years ago

@ljharb correctly points out the name of this shouldn't be the solution but the problem. Only I don't know a short description for this: "Await dictionary of promises"?

ljharb commented 3 years ago

That seems reasonable - Promise.all is "a promise for a list of promises", this is more like "a promise for a map of promises".

ajvincent commented 3 years ago

I'll make this change tonight or tomorrow unless someone suggests otherwise: Repository name: "proposal-await-dictionary" Title: "Await dictionary of Promises"