Today we’re excited to announce the release of TypeScript 4.8! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. These types let you put your expectations and assumptions into your code,... (more…)
Read more »
TypeScript is a typed superset of JavaScript that compiles to
plain JavaScript.
(more…)
Read more »
Today we’re proud to release TypeScript 4.1! If you’re unfamiliar with TypeScript, it’s a language that builds on JavaScript by adding syntax for type declarations and annotations. This syntax can be used by the TypeScript compiler to type-check our code,... (more…)
Read more »
This is a cautionary tale about how I ended up writing a (bad) regular expression parser and evaluator in pure TypeScript types. (more…)
Read more »
GraphQL + TypeScript toolchain. Contribute to uhyo/nitrogql development by creating an account on GitHub. (more…)
Read more »