JSPM

ntypescript

1.20150621.0+25ecada731f12907df61c698ac9783aa9274059d
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2013
  • Score
    100M100P100Q112157F
  • 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

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

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 command line (similar to tsc from the official repo) and ntsserver (similar to official tsserver).

Require

Use require('ntypescript') (instead of require('typescript')).

About

Note that this is a personal endeavor, not officially by Microsoft.