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

This does not work with Gulp #103

Closed
ehmicky opened this issue Aug 16, 2023 · 0 comments
Closed

This does not work with Gulp #103

ehmicky opened this issue Aug 16, 2023 · 0 comments

Comments

@ehmicky
Copy link
Collaborator

ehmicky commented Aug 16, 2023

get-stream does not currently work with streams created by gulp.src(), but that's a bug with Gulp, not get-stream. I am creating this issue for other people encountering the same problem.

gulp.src() uses vinyl-fs, which uses to-through, which uses streamx. streamx is a userland implementation of Node.js streams. Gulp currently uses vinyl-fs@v3, which uses an old version of streamx that lacks Readable[Symbol.asyncIterator]. vinyl-fs@v4 fixes this, but the latest Gulp (4.0.2) does not use that version.

In a nutshell, Gulp must upgrade vinyl-fs. They have not released in 4 years, but it seems like there has been some moderate activity latetely.

@ehmicky ehmicky closed this as completed Aug 16, 2023
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

No branches or pull requests

1 participant