JavaScript file system utilities

browserfs cas crud file filesystem fs fsa in-memory memfs memory node opfs webfs
1 Open Issue Need Help Last updated: Jun 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug and fix a bug in the `memfs` library where read-only file system operations (like `fs.statSync` and `readdirSync`) unexpectedly modify the modification time (`mtime`) of parent directories. The root cause has been identified as an unconditional timestamp update within the `Link.prototype.getChild` method, which needs to be corrected to only update the timestamp during write operations.

Complexity: 4/5
bug help wanted good first issue

JavaScript file system utilities

TypeScript
#browserfs#cas#crud#file#filesystem#fs#fsa#in-memory#memfs#memory#node#opfs#webfs