tc39/proposal-await.ops
Introduce await.all / await.race / await.allSettled / await.any to simplify the usage of Promises
HTMLMIT
Issues
- 13
- 6
Support for named bag of promises
#28 opened by acutmore - 3
- 7
add [no LineTerminator here]?
#24 opened by Jack-Works - 3
- 6
we need more compelling motivations/use cases
#20 opened by mazyvan - 10
How about something like await.callback?
#22 opened by andyearnshaw - 20
Do more than save 9 characters
#19 opened by lightmare - 20
Support in "for of" syntax?
#9 opened by Jack-Works - 4
It's a bit strange to have an uppercase letter (await.allSettled) in an operator
#5 opened by Jack-Works - 2
Rename await.race to await.anySettled
#4 opened by chicoxyzzy - 4
New await.sync operation
#18 opened by Dragiyski - 7
- 6
- 1
- 1
Implementation in TypeScript
#8 opened by Jack-Works - 3
Should whitespaces be allowed in `await.ops`?
#12 opened by JLHwung - 23
Syntax ambiguity in top-level await
#7 opened by Jack-Works - 3
Support AsyncIterable?
#6 opened by Jack-Works - 1
spec text suggestion
#1 opened by ljharb