Documentation for JavaScript projects has traditionally been generated via annotations inserted as code comments. While this gets the job done, it seems far from ideal. In this post, I’ll explore how to use TypeScript to generate documentation from sour...
Read more »
TypeScript checking in JavaScript file in Visual Studio 2017: --checkJs, // @ts-check, // @ts-nocheck, // @ts-ignore... (more…)
Read more »
We’re pleased to announce TypeScript 3.7 RC, the release candidate of TypeScript 3.7. Between now and the final release, we expect no further changes except for critical bug fixes.
To get started using the RC, you can get it through NuGet,... (more…)
Read more »
TypeScript is a typed superset of JavaScript that compiles to
plain JavaScript.
(more…)
Read more »
I got bit by the TypeScript bug hard a few years ago. Having the compiler to lean on has made me much more productive and confident in my work.
But I know a lot of people don’t feel this way. (more…)
Read more »