Skip to content

fs,stream: introduce FileSystemStream

Rodrigo Muino Tomonari requested to merge github/fork/aduh95/fs-stream into master

Adds a Trait (abstract class?) to group functionality of fs.ReadStream and fs.WriteStream.

Refs: https://github.com/nodejs/node/pull/35922#discussion_r529488239

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

/cc @mmomtchev

Merge request reports

Loading