Today we released TypeScript 5.3! Now bringing: - new narrowing improvements - more correctness checks - import attributes - handy new editor features - lots of optimizations and lots more! So try it today! devblogs.microsoft.com/typescript/ann…
@typescript My three favorite improvements: - switch case type narrowing - inlay hints to go to type definition - less jsdoc parsing = faster type checking Would you like to see an article about these changes? Let me know!
@typescript I hope they put skipLibCheck: true by default
@typescript I'm gonna try this this week, thanks a lot for your work!
@typescript What's the meaning of super type narrowing?
@typescript Noice, getting better. More narrowing 😍
@typescript switch (true) is kind of a brilliant construct, ngl.
@typescript ES2024 is trying to catch up lol check out those Decorators