Showing results for 2015 - TypeScript

Nov 30, 2015
0
0

Announcing TypeScript 1.7

Gaurav Seth [MSFT]
Gaurav Seth [MSFT]

Today, we are thrilled to announce the release of TypeScript 1.7 along with the availability of Visual Studio 2015 Update 1. This release enables async/await by default for ECMAScript 6 (ES6) targets. It also adds support for polymorphic 'this' typing, proposed ECMAScript 2016 exponentiation syntax, and ES6 module targeting. For a complete change l...

Nov 3, 2015
0
0

What about Async/Await?

phuff
phuff

We’ve heard your feedback that you’re excited about async/await in TypeScript. Async/await allows developers to write to asynchronous code flows as if they were synchronous, removing the need for registering event handlers or writing separate callback functions. You may have seen similar patterns in C#. TypeScript’s async/await pattern makes use of...

Sep 16, 2015
0
0

Announcing TypeScript 1.6

Jonathan Turner [MS]
Jonathan Turner [MS]

Today, we're happy to announce the release of TypeScript 1.6.  This release adds support for React/JSX, class expressions, and a rich set of new capabilities in the type system. It also provides stricter type checking for object literals. You can download TypeScript 1.6 for Visual Studio 2015, Visual Studio 2013, on npm, or as source. React/JSX...

Sep 2, 2015
0
0

Announcing TypeScript 1.6 Beta: React/JSX, better error checking, and more

Luke Hoban [MS]
Luke Hoban [MS]

Today, we’re making a beta of the upcoming TypeScript 1.6 available.  There are a bunch of new features coming in the 1.6 release, and we wanted to give you a preview of these features and time to give us feedback. You can get this for Visual Studio 2015, Visual Studio 2013, NPM, and source. React/JSX support One of the key philosophies of...

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 --versi...

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 TypeScr...

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 ...

Jun 5, 2015
0
0

Developing in TypeScript on a Mac with Sublime

Luke Hoban [MS]
Luke Hoban [MS]

Within the TypeScript team, many of us have Macs that we use for development. We’ve also heard from some of you that you’d like to use your OS X machines to build TypeScript projects. So recently, we’ve been focusing on building a natural and rich developer toolset for Mac and Linux fans. Starting with TypeScript 1.5, TypeScript ...

Apr 30, 2015
0
0

Using TypeScript in Visual Studio Code

Luke Hoban [MS]
Luke Hoban [MS]

With the recent announcement of Visual Studio Code, there have been a lot of questions about how to get started writing TypeScript.  In this quickstart, we’ll create a simple TypeScript project.  Out of the box, Visual Studio Code supports TypeScript 1.5 beta and using either the node or Visual Studio command-line compilers.  F...

Apr 30, 2015
0
0

Announcing TypeScript 1.5 Beta

Jonathan Turner [MS]
Jonathan Turner [MS]

We have continued work on the TypeScript 1.5 release, and today we are one step closer.  You can now try out the TypeScript 1.5 beta as a download for VS 2015 RC, VS 2013, npm, or as source.The beta represents further progress to the final 1.5 release, with many bugfixes, support for a new metadata API that works with decorators, and updates t...