Skip to content

feat(unzip): add bzip2 decoder for zip method 12 - #280

Open
Streetblock wants to merge 7 commits into
101arrowz:masterfrom
Streetblock:feature/bzip2-zip12
Open

feat(unzip): add bzip2 decoder for zip method 12#280
Streetblock wants to merge 7 commits into
101arrowz:masterfrom
Streetblock:feature/bzip2-zip12

Conversation

@Streetblock

Copy link
Copy Markdown

This PR adds BZIP2 support for ZIP archives using compression method 12.

Included:

ZIP method 12 decompression support
Integration with unzip and unzipSync
Tests covering ZIP entries using BZIP2
Notes:

This PR is limited to ZIP archives.
Raw .bz2 files are handled separately in the raw BZIP2 API branch.
Testing:

node -r ts-node/register test/3-zip.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant