JSPM

ntypescript

1.201506221754.1+25ecada731f12907df61c698ac9783aa9274059d
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1888
  • Score
    100M100P100Q114916F
  • License MIT

Latest code from microsoft/typescript packaged and released

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

BuildStatus

Nightly build snapshots of Microsoft/TypeScript.

Niceties:

  • Automatic builds
  • package.json links you to typescript definitions (using typescript.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.