0.0.7 • Published 7 years ago
netpack-typescript-compiler v0.0.7
NetPackTypescriptCompiler
A typescript compiler written for NodeJS that trasnpiles in memory, for use with NetPack.
Open with VS Code.
npm installTo debug the tests, launch VS Code debugger with "Run mocha" selected.
To run tests from command line:
mocha dist/testAll source code is written in typescript within the src directory, and is transpiled to the dist folder
when you run a build in vs code (ctrl + shift + b).