|
|
|
|
|
by ohnoesjmr
332 days ago
|
|
Is there a solution to get ts compiler embeddable into c++ project that uses v8, so it could compile the code on the fly? Seems tsc itself requires node, but surely an api that takes a ts file as a string and returns a ts file as a string should be possible? |
|