News

TypeScript Gets Faster, Adds Language Support with Update

The latest version fixes a compiler slowdown caused by the last version.

TypeScript continues to inch closer to a 1.0 version with the release of 0.9.1. The announcement was made by Microsoft's Jonathan Turner on the TypeScript blog.

The upgrade likely to matter most to developers is a speed boost. The last iteration of TypeScript, 0.9.0, included a rewritten compiler and language service. The downside of those improvements was a significant slowdown in the command-line compiler. It was "noticeably slower than in 0.8.3",  Turner wrote. The 0.9.1 release cures that issue, "improving both interactive and compiler performance," he said. In addition, developers working in Windows 8 and 8.1 and using the Visual Studio plugin will see even better speed, since Microsoft is using the latest version of the JavaScript engine Chakra.

Some language features have been added or improved as well, including:

  • New support for the 'typeof' operator in type positions. It provides a way to refer to the type of an expression.
  • Fewer restrictions on using 'this'. It allows classes to contain both methods on the prototype, and callback functions on the instance. "This lets you mix-n-match between 'closure' style and 'prototype' style class member patterns easily," Turner said.
  • A new compiler flag, '--noImplicitAny', has been added. The flag sends a warning when the compiler implicitly infers 'any,' when not explicitly stated in the code. It was an experimental feature in previous TypeScript versions, and became official with 0.9.1.
  • Support for using TypeScript within ASP.NET applications has been improved, although the blog didn't say exactly how. Instead, it implied that more information on that integration would be forthcoming.

The last previous update of TypeScript was 0.9, which was released in June. Visual Studio Magazine columnist Peter Vogel wrote an in-depth look at the changes in 0.9 last month. The biggest one was the addition of generics.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Poisson Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demo of Poisson regression, where the goal is to predict a count of things arriving, such as the number of telephone calls received in a 10-minute interval at a call center. When your source data is close to mathematically Poisson distributed, Poisson regression is simple and effective.

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

Subscribe on YouTube

Upcoming Training Events