Statiq.Web
Statiq.Web copied to clipboard
Create a TypeScript module
Create a module that can take TypeScript content as input and generate JavaScript content as output.
With the new JavaScript engine support it should now be possible to implement this using the native TypeScript compiler API. See https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API
I'll look at this when I finish the Liquid module. This should be fairly straightforward to handle.