Skip to content

Commit

Permalink
Move ZipFS to VFS Implementations
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
RaisinTen committed Aug 18, 2022
1 parent ad8f591 commit 2e50064
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/existing-solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ packaging Node.js applications as standalone executables.
|------------|--------------|-----------------------------------------|------------------|
| pkg | Vercel | https://github.com/vercel/pkg | @jesec |
| boxednode | MongoDB | https://github.com/mongodb-js/boxednode | @addaleax |
| ZipFS | Yarn | https://github.com/yarnpkg/berry | @arcanis |
| nexe | - | https://github.com/nexe/nexe | N/A |

Virtual File System Implementations
-----------------------------------

| Name | Project | Reference | Point of Contact |
|------|----------|----------------------------------------------------------------------------------------------------|------------------|
| ASAR | Electron | <ul><li>[ASAR format]</li><li>[monkey patching of `fs` in Electron to read from an ASAR]</li></ul> | [`@zcbenz`] |
| Name | Project | Reference | Point of Contact |
|-------|----------|----------------------------------------------------------------------------------------------------|------------------|
| ASAR | Electron | <ul><li>[ASAR format]</li><li>[monkey patching of `fs` in Electron to read from an ASAR]</li></ul> | [`@zcbenz`] |
| ZipFS | Yarn | [ZipFS] | @arcanis |

[ASAR format]: https://github.com/electron/asar
[`@zcbenz`]: https://github.com/zcbenz
[monkey patching of `fs` in Electron to read from an ASAR]: https://github.com/electron/electron/blob/06a00b74e817a61f20e2734d50d8eb7bc9b099f6/lib/asar/fs-wrapper.ts
[ZipFS]: https://github.com/yarnpkg/berry/blob/master/packages/yarnpkg-fslib/sources/ZipFS.ts

Miscellaneous Related Tooling
-----------------------------
Expand Down

0 comments on commit 2e50064

Please sign in to comment.