Works perfectly 
A few other things I had to contend with though:
- Yes the path is now absolute but it points to the file under
lib/bs, before I think it was relative to the project root. - The script you pass to
cmdused to be run with apwdthat I think wasnode_modules/rescript, now it’s run with the expectedpwdof the project root. - It totally swallows console/stdin streams.
echofrom the script orconsole.log()from child node processes are swallowed. I had toecho ... >> ./tmp.txtto do some logging.
These are not major issues but might trip people up and would be worth documenting if possible.
In general, MASSIVE THANKS for getting this done, it has allowed us to move fully back to the bleeding edge of ReScript and I hope to contribute bug reports and suggestions etc going forward.