TypeScript 5.3 beta just went out! Now slimmer and faster, with lots of new narrowing improvements, correctness checks, import attributes, and more - so try it out now! devblogs.microsoft.com/typescript/ann…
@typescript Excellent! Oh by the way please can we get faster TS language server in vs code? Its like its not cacheing auto complete, especially on large nextjs + trpc projects. It becomes a bad dev experience when having to wait several seconds for the options to appear.
@typescript I read “new narrowing improvements” and get all excited 🤗
@typescript switch (true) is horroring .. I need to go to sleep in 2 hours, I am not sure that will be enough to escape the nightmares I will have after knowing this is legal code.
@typescript Is there any way to feasibly do macros with tsc?
@typescript Can we get the dynamic type checking as static checking somehow?