Open Issues Need Help
View All on GitHubAI 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
streamich/memfs
1.9K
JavaScript file system utilities
TypeScript
#browserfs#cas#crud#file#filesystem#fs#fsa#in-memory#memfs#memory#node#opfs#webfs