Showing results for March 2018 - TypeScript

Mar 27, 2018
0
0

Announcing TypeScript 2.8

Daniel Rosenwasser
Daniel Rosenwasser

TypeScript 2.8 is here and brings a few features that we think you'll love unconditionally! If you're not familiar with TypeScript, it's a language that adds optional static types to JavaScript. Those static types help make guarantees about your code to avoid typos and other silly errors. They can also help provide nice things like code completi...

Mar 15, 2018
0
0

Announcing TypeScript 2.8 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we're excited to announce and get some early feedback with TypeScript 2.8's Release Candidate. To get started with the RC, you can access it through NuGet, or use npm with the following command: You can also get editor support by Let's jump into some highlights that are available in our RC! Conditional Types Ty...