Home TECHNOLOGY Microsoft ships TypeScript 3.4 with new features

Microsoft ships TypeScript 3.4 with new features

by Team UPTUNotes
0 comment

Microsoft pushed the v3.4 of its JavaScript implementation. TypeScript is becoming a popular choice among JavaScript developers to create Web applications.

The TypeScript programming language is gaining popularity as this open source programming language is widely used by developers to create large applications. TypeScript published in 2012 offers unique features for JavaScript developers. TypeScript 3.4 has new features and improvements.

The official announcement says: “We are pleased to announce the availability of TypeScript 3.4! TypeScript 3.4 introduces a new mark called -cremental that tells TypeScript to save the project’s graphical information from the last compilation. Incremental will use this information to find the least costly way to check and make changes to your project, Daniel wrote in a blog post. ”

Here are five new features added to TypeScript 3.4.

banner

1. Incremental flag

TypeScript saves the information on the project graph of the latest compilation. TypeScript has been able to reduce the size of Visual Studio Code to subsequent compilations of a project to about one fifth of the original.

2. Higher order type inference from generic functions

When inferring type arguments, TypeScript propagates the type parameters of generic function arguments to the type of function obtained.

3. ReadonlyArray and readonly tuples

The new version makes it easy to use read-only array types. It also acts as a syntax for ReadonlyArray. Any variable that references ReadonlyArray can not add, delete, or replace any element in the array.

4. Const Assertions

The new assertion favour immutability in the types inferred for literal expressions.

5. Type-checking for globalThis

The new addition aims to provide a standard way to access the global scope, used in different environments.

Currently, TypeScript editor support is available in Visual Studio and Visual Studio Code, while it is used as an editor for JavaScript files. The official announcement indicates that compatibility with the TypeScript editor can be added to other code editors such as EMACS, NetBeans, Notepad ++ and Vim in the near future.

You may also like

Unified Platform for Technical Universities (UPTU) Notes is a one-stop destination of all academic need. its a Global community of scholars to facilitate the sharing of knowledge and resources and sparking discourses on the various bodies of knowledge.

Edtior's Picks

Latest Articles

@2022 – All Right Reserved. Designed and Developed by Softweblink.

JEE Advanced 2022: Provisional answer keys out