Skip to content

Audit `fs` module usages and coerce into builtin `FileSystem`

Tony Butler requested to merge tony/kado:fsToFileSystem into master
  • FileSystem: Wire Stats and Dirent classes through, to satisfy logic with instanceof fs.Stats etc
  • FileSystem: Update docs, make properties section and move .path there along with the two above added
  • Various other files: remap to using builtin FileSystem anywhere core fs was used

Merge request reports