Skip to content

Commit 2e50064

Browse files
committed
Move ZipFS to VFS Implementations
Signed-off-by: Darshan Sen <raisinten@gmail.com>
1 parent ad8f591 commit 2e50064

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/existing-solutions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@ packaging Node.js applications as standalone executables.
88
|------------|--------------|-----------------------------------------|------------------|
99
| pkg | Vercel | https://github.com/vercel/pkg | @jesec |
1010
| boxednode | MongoDB | https://github.com/mongodb-js/boxednode | @addaleax |
11-
| ZipFS | Yarn | https://github.com/yarnpkg/berry | @arcanis |
1211
| nexe | - | https://github.com/nexe/nexe | N/A |
1312

1413
Virtual File System Implementations
1514
-----------------------------------
1615

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

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

2526
Miscellaneous Related Tooling
2627
-----------------------------

0 commit comments

Comments
 (0)