You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar uses minipass (and fs-minipass and minizlib) as their stream implementation. However we don't utilize any features provided by minipass, we only need a normal Node.js stream. We can replace minipass w/ tar-stream (with manual fs.createWriteStream) which is more lightweight.
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
tar
usesminipass
(andfs-minipass
andminizlib
) as their stream implementation. However we don't utilize any features provided byminipass
, we only need a normal Node.js stream. We can replaceminipass
w/tar-stream
(with manualfs.createWriteStream
) which is more lightweight.Additional information
The text was updated successfully, but these errors were encountered: