bs-node icon indicating copy to clipboard operation
bs-node copied to clipboard

Is this shipping back upstream?

Open ghost opened this issue 8 years ago • 3 comments

Is this the candidate we are shipping back to bucklescript upstream?

ghost avatar Apr 09 '17 16:04 ghost

Yea, that's the idea, eventually.

glennsl avatar Apr 09 '17 21:04 glennsl

since the NodeAPI is quite stable (not too much design space), contributions are welcome!

bobzhang avatar Apr 09 '17 22:04 bobzhang

Interested in promisified version of API? Think like this: https://github.com/andreypopp/bs-node/blob/master/src/N_Fs.ml

I'm using it for scripting with ppx_let (this is where Js.Promise.t comes very handy).

andreypopp avatar Jul 05 '17 09:07 andreypopp