bs-node
bs-node copied to clipboard
Is this shipping back upstream?
Is this the candidate we are shipping back to bucklescript upstream?
Yea, that's the idea, eventually.
since the NodeAPI is quite stable (not too much design space), contributions are welcome!
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).