Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Add readme example with conversion from array, async map #124

Merged
merged 4 commits into from
Jun 23, 2021
Merged

Add readme example with conversion from array, async map #124

merged 4 commits into from
Jun 23, 2021

Conversation

karlhorky
Copy link
Contributor

@karlhorky karlhorky commented Feb 2, 2021

Hi there! First of all, thanks so much for this proposal, looks really cool!

I wanted to add an example with async mapping (which may be interesting to users of @sindresorhus' p-map and similar).

Credit to @Jamesernator : tc39/proposal-async-iteration#134 (comment)

@karlhorky
Copy link
Contributor Author

Tests are failing because of an npm error about missing script: test:

0.25s$ npm test
npm ERR! missing script: test
npm ERR! A complete log of this run can be found in:
npm ERR!     /home/travis/.npm/_logs/2021-02-02T10_57_01_088Z-debug.log
The command "npm test" exited with 1.

https://travis-ci.org/github/tc39/proposal-iterator-helpers/builds/757218014

I guess the way to disable it is to specify script in .travis.yml, will add a commit for that.

@karlhorky karlhorky changed the title Add example w. conversion from array, async map Add readme example with conversion from array, async map Feb 2, 2021
@codehag codehag merged commit dd76e00 into tc39:master Jun 23, 2021
@karlhorky
Copy link
Contributor Author

Thanks for the merge @codehag ! 🙌

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants