Microsoft announces TypeScript 4.0 with improved performance, scalability and more
1 min. read
Published on
Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more
Microsoft today announced the release of TypeScript 4.0. This is a major release with no breaking changes. It comes with improved performance and scalability, new features like variadic tuple types, labeled tuple elements and more.
What’s new in TypeScript 4.0:
- Variadic Tuple Types
- Labeled Tuple Elements
- Class Property Inference from Constructors
- Short-Circuiting Assignment Operators
unknown
oncatch
Clauses- Custom JSX Factories
- Speed Improvements in
build
mode with--noEmitOnError
--incremental
with--noEmit
- Editor Improvements
You can learn about the above features in detail from the source link below.
Source: Microsoft
User forum
0 messages