It would definitely be doable, but since Indium's connection to a NodeJS process has changed completely, I think there would be changes needed both in Indium and ob-js:
Indium should be able to evaluate JavaScript in a Node runtime without an indium.json file
NodeJS process would have to be started on the fly by Indium.
Hello.
https://code.orgmode.org/bzg/org-mode/src/master/lisp/ob-js.el#L47 refers to
indium-run-node
which no longer exists.Do you think it would be possible to replace it with
indium-launch-nodejs
?What configuration should I provide in my
.indium.json
file?Thank you