Hello sgammans,
We have no plans to add explicit TypeScript support. Because TypeScript applications are compiled to plain JavaScript, ClearScript should be able to run them, at least via
As for the TypeScript compiler itself, it too is available in plain JavaScript form, so if you need on-the-fly compilation, you just need to code up a minimal driver. The StackOverflow thread provides a basic sample.
Good luck!
We have no plans to add explicit TypeScript support. Because TypeScript applications are compiled to plain JavaScript, ClearScript should be able to run them, at least via
V8ScriptEngine
.As for the TypeScript compiler itself, it too is available in plain JavaScript form, so if you need on-the-fly compilation, you just need to code up a minimal driver. The StackOverflow thread provides a basic sample.
Good luck!