Skip to content

vfs: add ZipProvider - #69

Draft
trivikr wants to merge 4 commits into
mainfrom
zipvfsprovider
Draft

vfs: add ZipProvider#69
trivikr wants to merge 4 commits into
mainfrom
zipvfsprovider

Conversation

@trivikr

@trivikr trivikr commented Sep 1, 2026

Copy link
Copy Markdown
Owner

pipobscure and others added 4 commits August 31, 2026 18:21
Add a node:vfs provider backed by a node:zlib ZIP archive - a ZipBuffer
held in memory or a ZipFile on disk - that exposes the archive's members
as a virtual filesystem tree. Directories are recognized both explicitly
(a "name/" entry) and implicitly (any entry under "name/"), and a file
opened for writing commits its content as a new archive entry when its
handle is closed. The provider is read-only unless the backing archive
is writable, and offers both asynchronous and synchronous operations.
Available as vfs.ZipProvider.

Signed-off-by: Philipp Dunkel <pip@pipobscure.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants