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 »
This article describes the implementation of an NES emulator in TypeScript... (more…)
Read more »
Validate with more precise constraints and convenient messages than TypeScript types... (more…)
Read more »
Speedy TypeScript type checker. Contribute to dudykr/stc development by creating an account on GitHub. (more…)
Read more »
The TypeScript type system is immensely powerful, and while the language itself is, of course, Turing complete, so is the type system itself. This allows us to implement types that are far more sophisticated than what is possible in most popular programmi... (more…)
Read more »