We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Today we are excited to announce the availability of TypeScript 5.3 Beta.
To get started using the beta, you can get it through NuGet, or through npm with the following command:
npm install -D typescript@beta
Here's a quick list of what's new in TypeScript 5.3!
- Import Attributes
- Stable Support
resolution-mode
in Import Typesswitch (true)
Narrowing- Narrowing On Comparisons to Booleans
instanceof
Narrowing ThroughSymbol.hasInstance
- Checks for
super
Property Accesses on Instance Fields- Interactive Inlay Hints for Types
- Optimizations by Skipping JSDoc Parsing
- Optimizations by Comparing Non-Normalized Intersections
- Consolidation Between
tsserverlibrary.js
andtypescript.js
- Breaking Changes and Correctness Improvements
continue reading on devblogs.microsoft.com
⚠️ This post links to an external website. ⚠️
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.