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

  • VS Code Experiments Boost AI Copilot Functionality

    Devs can now customize code generation, enjoy enhanced Chat experiences and much more.

  • AdaBoost Binary Classification Using C#

    Dr. James McCaffrey from Microsoft Research presents a C# program that illustrates using the AdaBoost algorithm to perform binary classification for spam detection. Compared to other classification algorithms, AdaBoost is powerful and works well with small datasets, but is sometimes susceptible to model overfitting.

  • From Core to Containers to Orchestration: Modernizing Your Azure Compute

    The cloud changed IT forever. And then containers changed the cloud. And then Kubernetes changed containers. And then microservices usurped monoliths, and so it goes in the cloudscape. Here's help to sort it all out.

  • The Well-Architected Architect on Azure

    In the dynamic field of cloud computing, the architect's role is increasingly pivotal as they must navigate a complex landscape, considering everything from the overarching architecture and individual service configurations to the various trade-offs involved. Here's help.

Subscribe on YouTube