-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Remove streaming content support? #133
Comments
I'm a bit confused by this issue. If we remove streaming contents completely, wouldn't that break much of the vinyl / gulp ecosystem? Also, if we remove streaming, wouldn't that mean that all files are going to be buffered into memory, or is that a Any clarifications would be appreciated. I'm probably misunderstanding the issue. |
@Marak this change would be a breaking change to the current Vinyl spec where the This issue was really inspired by your desire to have a This won't come until after gulp 4 which will include vinyl-fs 3.x/vinyl 2.x |
I agree that correctly implementing streaming modules for gulp eco-system is not super easy. A lot of the plugins I've seen don't bother to stream at all. I'm still doing |
RE: #83 |
@Marak I'd love for |
Also need to review https://www.npmjs.com/package/smart-buffer |
Streaming contents have made many things hard. I have some ideas about ways to replace some of the use cases and need to explore more to see if we can remove streaming contents completely.
The text was updated successfully, but these errors were encountered: