Pinned
644 contributions in the last year
Less
More
Contribution activity
July 2021
Created 6 commits in 2 repositories
Created 1 repository
- Bluebie/stream-to-it JavaScript
Created a pull request in alanshaw/stream-to-it that received 6 comments
feat: transform passes through upstream errors
This was the most minimal version I could come up with which seems to get the job done. Messing with sink()'s implementation caused other tests to …
+29
−1
•
6
comments
Reviewed 1 pull request in 1 repository
alanshaw/stream-to-it 1 pull request
Created an issue in alanshaw/stream-to-it that received 5 comments
transform does not pass through thrown errors
import { pipeline } from 'streaming-iterables' import { transform } from 'stream-to-it' import { PassThrough } from 'stream' const iter = pipeline( a…
5
comments
3
contributions
in private repositories
Jul 30