streamiterator
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "streamiterator", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "converts ReadableStream into AsyncIterator", | ||
@@ -5,0 +5,0 @@ "main": "distr/streamiterator.js", |
@@ -6,3 +6,3 @@ # streamiterator | ||
With this module you can ![iterate](https://github.com/tc39/proposal-async-iteration) over a stream with a plain loop: | ||
With this module you can [iterate](https://github.com/tc39/proposal-async-iteration) over a stream with a plain loop: | ||
@@ -23,3 +23,3 @@ ```js | ||
As of August, 2017 you need smth like either ![babel](http://babeljs.io/) or ![node.js 8.4.0 or higher](https://nodejs.org/) with `--harmony_async_iteration` switch to be able to use `for await` operator. | ||
As of August, 2017 you need smth like either [babel](http://babeljs.io/) or [node.js 8.4.0 or higher](https://nodejs.org/) with `--harmony_async_iteration` switch to be able to use `for await` operator. | ||
@@ -65,2 +65,2 @@ Of course, you can iterate without `for await`, though it is not so nice as using syntactic suger: | ||
Please, feel free to ![open an issue](https://github.com/vadzim/streamiterator/issues) if you have any question. | ||
Please, feel free to [open an issue](https://github.com/vadzim/streamiterator/issues) if you have any question. |
113127