You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vfs: intercept all supported fs methods when VFS is mounted
Previously only 9 sync methods in fs.js and 3 async methods in
promises.js were intercepted, causing callback-based and promise-based
operations on VFS paths to fall through to the real filesystem.
Add interception for ~40 fs methods across sync, callback, promise,
FD-based, and stream APIs. Add VirtualWriteStream, writeSync, rmSync,
and rm to the VFS class. Document all intercepted methods in vfs.md.
0 commit comments