Showing 1-5 of 5 packages
An implementation for Array.fromAsync, which dumps an async iterator into an array.
A TC39 proposal and specification for an Array.fromAsync method.
TypeScript will support all proposals above stage-3. But there are always some gap between TypeScript support and proposal progress. And sometimes we want to use proposals within stage-3 (e.g. `Iterator helper`) because we may use polyfill.
array-from-async is the real package. This is a placeholder package for that real package.
## TODO - [ ] ECMAScript proposals - [x] Finished proposals - [x] `Array` find from last - [x] Stage 3 proposals - [x] `Array` grouping - [x] Change `Array` by copy - [x] Stage 2 proposals - [x] `Iterator` helpers - [x] New `Set` metho