TypeScript

Announcing TypeScript 2.9

Today we're announcing the release of TypeScript 2.9!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 provide nice things like code completions and easier project navigation thanks ...
Comments are closed.0 0

Announcing TypeScript 2.9 RC

Today we're excited to announce and get some early feedback with TypeScript 2.9's Release Candidate. To get started with the RC, you can access it through NuGet, or use npm with the following command: npm install -g typescript@rc You can also get editor support by Downloading for Visual Studio 2015 (with Update 3) Downloading for...
Comments are closed.0 0