Showing results for July 2015 - TypeScript

Jul 27, 2015
0
0

Introducing TypeScript npm nightlies

Jonathan Turner [MS]
Jonathan Turner [MS]

To make it easier to try out the very latest in TypeScript, we're now publishing the TypeScript nightly npm package.  You can try this out using:npm install -g typescript@nextWe've set this to update each night, and we timestamp each release.  You can see what version you're on with the --version commandline switch:C:\Users>tsc --...

Jul 20, 2015
0
0

Announcing TypeScript 1.5

Jonathan Turner [MS]
Jonathan Turner [MS]

Today we’re happy to announce the release of TypeScript 1.5.  This release took an alpha, a beta, and your help to get here.  It’s a big one, so let’s get started! TypeScript 1.5 is part of the newly released Visual Studio 2015.  You can also get a separate download for Visual Studio 2013, npm, and straight from GitHub. ES6 support...

Jul 13, 2015
0
0

The TypeScript Team is Hiring!

Luke Hoban [MS]
Luke Hoban [MS]

The TypeScript team is hiring!  We’ve been growing, and we have lots of exciting plans ahead. Here are some of the things you’ll do as part of the TypeScript team: Work on the compiler – Every compiled language needs a compiler, and TypeScript has a good one.  As we add language features and continue to align with the ...

Feedback