v6.3.3
Patch Changes
- Improve compatibility of
fromAsyncIterable
andtoAsyncIterable
. ThetoAsyncIterable
will now output an object that's both anAsyncIterator
and anAsyncIterable
. Both helpers will now use a polyfill forSymbol.asyncIterator
to improve compatibility with the Hermes engine and Babel transpilation
Submitted by @kitten (See #165)