meteor-typescript icon indicating copy to clipboard operation
meteor-typescript copied to clipboard

avoid execSync by using compiler services API

Open jeske opened this issue 12 years ago • 0 comments

This project is a typescript IDE, written in Typescript... He uses the compiler services API, instead of shelling to run the compiler.

https://github.com/jbaron/cats

I'm not 100% positive, but it looks like he generated a typescript.d.ts file for type information, and a tsc.js file without the immediate build-call... I'm not 100% sure though.

jeske avatar Feb 17 '13 08:02 jeske