fs: allow overring fs for streams by ronag · Pull Request #29083 · nodejs/node

@nodejs-github-bot added the fs

Issues and PRs related to the fs subsystem / file system.

label

Aug 11, 2019

@ronag ronag mentioned this pull request

Aug 11, 2019

4 tasks

addaleax

@addaleax addaleax added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Aug 12, 2019

jasnell

jasnell

jasnell

This was referenced

Aug 14, 2019

ChALkeR

@ronag @coreyfarrell

Co-Authored-By: Corey Farrell <git@cfware.com>

@ronag

addaleax

@ronag

@addaleax addaleax added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Dec 12, 2019

@ronag

@ronag

Trott pushed a commit that referenced this pull request

Dec 18, 2019
Allow overriding open, write, and close when using createReadStream()
and createWriteStream().

PR-URL: #29083
Refs: #29050
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>

BridgeAR