Skip to content

Commit 6ec598d

Browse files
committed
fix: 🐛 remove CRUD and CAS fs implementations
Use fs-zoo package for those fs implementations
1 parent be69cd1 commit 6ec598d

29 files changed

+6
-1615
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@ npm i memfs
1515

1616
## Resources
1717

18-
- Documentation
19-
- [In-memory Node.js `fs` API](./docs/node/index.md)
20-
- [In-memory browser File System (Access) API](./docs/fsa/fsa.md)
21-
- [`fs` to File System (Access) API adapter](./docs/fsa/fs-to-fsa.md)
22-
- [File System (Access) API to `fs` adapter](./docs/fsa/fsa-to-fs.md)
23-
- `experimental` [`crudfs` a CRUD-like file system abstraction](./docs/crudfs/index.md)
24-
- `experimental` [`casfs` Content Addressable Storage file system abstraction](./docs/casfs/index.md)
25-
- [Directory `snapshot` utility](./docs/snapshot/index.md)
26-
- [`print` directory tree to terminal](./docs/print/index.md)
18+
- [In-memory Node.js `fs` API](./docs/node/index.md)
19+
- [In-memory browser File System (Access) API](./docs/fsa/fsa.md)
20+
- [`fs` to File System (Access) API adapter](./docs/fsa/fs-to-fsa.md)
21+
- [File System (Access) API to `fs` adapter](./docs/fsa/fsa-to-fs.md)
22+
- [Directory `snapshot` utility](./docs/snapshot/index.md)
23+
- [`print` directory tree to terminal](./docs/print/index.md)
2724
- [Code reference](https://streamich.github.io/memfs/)
2825
- [Test coverage](https://streamich.github.io/memfs/coverage/lcov-report/)
2926

@@ -34,7 +31,6 @@ npm i memfs
3431
- [Git on in-memory file system](demo/git/README.md)
3532
- [`fs` in browser, creates a `.tar` file in real folder](demo/fsa-to-node-zipfile/README.md)
3633
- [`fs` in browser, synchronous API, writes to real folder](demo/fsa-to-node-sync-tests/README.md)
37-
- [`crudfs` and `casfs` in browser and Node.js interoperability](demo/crud-and-cas/README.md)
3834

3935
## See also
4036

demo/crud-and-cas/README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

demo/crud-and-cas/main.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

demo/crud-and-cas/node.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

demo/crud-and-cas/webpack.config.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/cas/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/cas/types.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/crud-to-cas/CrudCas.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/crud-to-cas/CrudCasBase.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/crud-to-cas/__tests__/CrudCas.test.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)