Skip to content
/ byots Public
forked from basarat/byots

Bring your own TypeScript with more internal definitions

Notifications You must be signed in to change notification settings

Sondro/byots

 
 

Repository files navigation

Bring your own TypeScript

Downloads BuildStatus

Use the latest TypeScript, with complete access to the compiler API 🌹

NPM

Still Just TypeScript

  • byots will use whatever TypeScript version you install in your application. So you are actually using whatever TypeScript you bring in (recommend npm install typescript@next).

But with the following advantage

With a liberal definition file. We expose internal APIs.

The definitions are updated daily automatically and our version numbers match the TypeScript nightly version numbers.

Install

In your package.json

npm install byots@latest --save --save-exact

Each release is named after the day it was built and the git commit hash in Microsoft/TypeScript/master that it was built from. We recommend adding save-exact so you know exactly what you tested with.

Usage

Require

Use import * as ts from 'byots' and you get what import * as ts from 'typescript' would give you.

About

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

About

Bring your own TypeScript with more internal definitions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.2%
  • Shell 17.1%
  • JavaScript 0.7%