Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use pipeline from node:stream/promises #441

Closed
wants to merge 1 commit into from
Closed

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Mar 26, 2024

Because Corepack predates the Stream Promise API, the code was using once(stream, 'finish'), which is arguably not as self-explanatory as pipeline() API.

Because Corepack predates the Stream Promise API, the code
was using `once(stream, 'finish')`, which is arguably not as
self-explanatory as `pipeline()` API.
@aduh95
Copy link
Contributor Author

aduh95 commented Mar 26, 2024

There are a few tests falling, and it looks like this is going to conflict with #439. Giving up for now.

@aduh95 aduh95 closed this Mar 26, 2024
@aduh95 aduh95 deleted the pipeline branch March 26, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants