https://github.com/dazinator/netpack-typescript
Contains the Typescript compiler written for NetPack
https://github.com/dazinator/netpack-typescript
Last synced: 4 months ago
JSON representation
Contains the Typescript compiler written for NetPack
- Host: GitHub
- URL: https://github.com/dazinator/netpack-typescript
- Owner: dazinator
- Created: 2016-07-31T00:55:46.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-03T07:32:05.000Z (over 5 years ago)
- Last Synced: 2025-07-21T09:43:38.977Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NetPackTypescriptCompiler
A typescript compiler written for NodeJS that trasnpiles in memory, for use with NetPack.
Open with VS Code.
```
npm install
```
To debug the tests, launch VS Code debugger with "Run mocha" selected.
To run tests from command line:
```
mocha dist/test
```
All 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).