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 npm package allows restricting the directories. The fileList is an array of paths to extract from the tarball. If no paths are provided, then all the entries are extracted.
With this we can restrict what we output in parseTar and increase the speed of the function, if the user only needs a portion of the tar.
I have not yet done this feature, so I have do not yet have the benchmarks like I do for my other ticket: #27
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
npm package allows restricting the directories.The fileList is an array of paths to extract from the tarball. If no paths are provided, then all the entries are extracted.
With this we can restrict what we output in parseTar and increase the speed of the function, if the user only needs a portion of the tar.
I have not yet done this feature, so I have do not yet have the benchmarks like I do for my other ticket: #27
Additional information
The text was updated successfully, but these errors were encountered: