Package Exports
- ntypescript
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ntypescript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NTypeScript
Nightly build snapshots of Microsoft/TypeScript.
Niceties:
- Automatic builds
package.json
links you to typescript definitions (usingtypescript.definition
entry)- We expose the internal APIs
- Consistent side by side usage (just add an
n
prefix):require('ntypescript')
,ntsc
,ntsserver
Install
Similar to typescript
you can install and use ntypescript
globally:
npm install ntypescript -g
or in your package.json
npm install ntypescript --save
Each release is named after the day it was built and the git commit hash in Microsoft/TypeScript/master that it was built from.
Usage
Globally
You can use ntsc
and the ntsserver
command line tools.
Require
Use require('ntypescript')
About
Note that this is a personal endeavor, not officially by Microsoft.