🐥 YellowDuck.be
Posts 511 Reading List 938 Tags 50 About Me   Atom Feed  
Pieter Claerhout

🔗 Announcing TypeScript 5.3 Beta

October 11, 2023

frontend reading-list typescript

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 Types
  • switch (true) Narrowing
  • Narrowing On Comparisons to Booleans
  • instanceof Narrowing Through Symbol.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 and typescript.js
  • Breaking Changes and Correctness Improvements
continue reading on devblogs.microsoft.com

⚠️ This post links to an external website. ⚠️

You might also like:

  • 6 Most Popular Vue.js UI Libraries (Vue 3) in 2023
  • Pagefind
  • What's the fuss around Bun's package manager abilities?

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.

© Copyright 2002-2025, Pieter Claerhout
Happily hosted on Digital Ocean

Security Acknowledgements