Statiq.Web icon indicating copy to clipboard operation
Statiq.Web copied to clipboard

Create a TypeScript module

Open daveaglick opened this issue 9 years ago • 2 comments

Create a module that can take TypeScript content as input and generate JavaScript content as output.

daveaglick avatar Jun 16 '15 00:06 daveaglick

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

daveaglick avatar May 23 '17 17:05 daveaglick

I'll look at this when I finish the Liquid module. This should be fairly straightforward to handle.

jbrinkman avatar Oct 21 '17 22:10 jbrinkman