ChildProcess incorrect types
It appears Process and ChildProcess modules' stdin, stdout, and stderr values are all the opposite type from what they should be.
Yes, stdout and stderr should be writable while stdin should be readable
wondering if this repo is still being maintained
Yes,
stdoutandstderrshould be writable whilestdinshould be readable
isn't that already how it works? https://github.com/sikanhe/reason-nodejs/blob/b7b41349f85665d6cd7fc76a170229428e7ec94c/src/ChildProcess.re#L81-L86
I'm working on a fork that swaps to ReScript syntax and fixes any niggling little issues, but this one seems to have always been correct. [edit] now released as rescript-nodejs
I see how I was wrong. Fixed in thespyder/rescript-nodejs#4.