Today we’re excited to announce the availability of TypeScript 4.7! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you’re working with and what kind... (more…)
Read more »
On Sunday, March 6, we migrated we converted more than 3.7 million lines of code with a single pull request. The next day, hundreds of engineers came in to start writing TypeScript for their projects. (more…)
Read more »
Special guest and TypeScript guru Matt Pocock joins the stream to teach you the ways of the TypeScript ninja. (more…)
Read more »
TypeScript 3.5 added an Omit<T, K> helper type which lets us create an object type that omits specific properties from another object type. (more…)
Read more »