TypeScript 4.5 is now available! Read up on what's new including - Promise Improvements with the Awaited Type - lib Overrides in node_modules - New JSDoc Constructs - Snippet Completions devblogs.microsoft.com/typescript/ann…
@typescript Nice improvement: I've always desired this auto completion
@typescript Can you explain interface vs type alias. Both are used for custom type definition but my doubt is when to use one another and how to decide?
@typescript Can someone (@drosenwasser? 🙏) clarify this? "TypeScript no longer allows types to be assignable to conditional types that use infer, or that are distributive." I've used infer a lot and looked at linked PR, but don't understand what's changing/breaking here
@typescript Thanks to typescript new features, you can now generate friendly developper typechecked http clients without any code generation tools. Check zodios
@typescript I don't know weather typescript completeFunctionCalls function is provide by typescript. For now, this function of VSCode is hard to use.github.com/microsoft/vsco…
@typescript What about moving from JSDocs and replacing them with @decorators. It's more "typed". #typescript #javascript #Developers