We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would suggest not implementing passing a file to stdin/stdout/stderr because:
stdin
stdout
stderr
fs.createReadStream()
fs.createWriteStream()
Thoughts?
The text was updated successfully, but these errors were encountered:
Yeah, we can leave it out for now. But I prefer to keep this issue open.
Sorry, something went wrong.
Maybe worth opening an issue on Node.js about this? Would be useful if stdio[n] accepted:
stdio[n]
Uint8Array
FileHandle
WebStream
No branches or pull requests
I would suggest not implementing passing a file to
stdin
/stdout
/stderr
because:fs.createReadStream()
andfs.createWriteStream()
.Thoughts?
The text was updated successfully, but these errors were encountered: