Commit ce58970
authored
Add delete tracking and symlink/unlink to OverlayFS (#8857)
* Add symlink to FileSystem interface
* Add CopyOnWriteToMemoryFS test util
* Allow deep symlinks
* Add tests; fix bugs
* Fix tracking deletes/unlinks for symlinks
* Move CopyOnWriteToMemoryfS to @parcel/fs
Also make it serialiable for multithread
* lint
* Clean up some nits and oversights
* Merge CopyOnWriteToMemoryFS into OverlayFS
* Fix tests
* Fix tests
* Fix copy on write for nested paths
* Fix chdir behavior1 parent 289510b commit ce58970
File tree
5 files changed
+608
-110
lines changed- packages/core
- fs
- src
- test
- integration-tests/test
5 files changed
+608
-110
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments