Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 behavior
- Loading branch information