Kretes is a programming environment for TypeScript applications built on top of Visual Studio Code. It combines a web framework with an editor into an integrated, battery-included solution.
(more…)
Read more »
Today we’re proud to release TypeScript 3.8!
For those unfamiliar with TypeScript, it’s a language that adds syntax for types on top of JavaScript which can be analyzed through a process called static type-checking. This type-checking can tell us about er... (more…)
Read more »
A JavaScript compiler and TypeScript checker written in Rust with a focus on static analysis and runtime performance - GitHub - kaleidawave/ezno: A JavaScript compiler and TypeScript checker writte... (more…)
Read more »
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 »