Is Copilot the best AI companion out there? Help us find out by answering a couple of quick questions!
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
 onÂcatch
 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