I am writing a Java program which will emit Typescript code based on a specification provided to it. Is there way for me to compile emitted typescript code to Javascript from within the java program.
Asked
Active
Viewed 45 times
1
-
1Have you tried to write your file into your nodejs project and execute bash from your java program ? – Alexandre Nicolas Mar 04 '17 at 22:52
-
Another option for duplication: [Calling a node.js script from inside java](http://stackoverflow.com/questions/14275479/calling-a-node-js-script-from-inside-java) – Nitzan Tomer Mar 05 '17 at 00:05