kibertoad / unzipomatic

Modern unzipping library for Node.js
MIT License
3 stars 0 forks source link

feat: unzip to generator #27

Closed H4ad closed 4 months ago

H4ad commented 4 months ago

Changes

Adds support to unzip via generators.

Checklist

kibertoad commented 4 months ago

@H4ad we've got conflicts after the tests PR got merged

H4ad commented 4 months ago

@kibertoad The only thing missing is the ability of the user to extract the content of Entry, so this PR will add partial support for this feature.

But I will iterate/fix that in another PR, I will basically move the ability to create readStream from ZipFile to the Entry itself. This will make me refactor not only yaulz but also your implementation of extracting to the file system, and since this change is huge, I will separate/continue in another PR.