logoalt Hacker News

chroma_zonetoday at 6:02 PM1 replyview on HN

I'm glad the JSDoc type syntax is still getting some focus. It's my favorite way to use typescript in my own projects. Some of the syntax changes will be annoying to update but most of them seem to be for the better.


Replies

raddantoday at 6:10 PM

I'm glad that TypeScript uses JSDoc and not the hideous XML format [1] that Microsoft's other languages use.

[1] https://learn.microsoft.com/en-us/dotnet/csharp/language-ref...