A different view of TypeScript’s type system
What if types were values? Could we simplify our interpretation of generic types?
Read more »What if types were values? Could we simplify our interpretation of generic types?
Read more »Today we’re excited to announce the availability of TypeScript 4.2 Beta! To get started using the beta, you can get it through NuGet, or use npm with the following command: npm install typescript@beta You can also get editor support by Downloading for Vis…
Read more »Today we’re excited to announce the availability of TypeScript 4.2 Beta! To get started using the beta, you can get it through NuGet, or use npm with the following command: npm install typescript@beta You can also get editor support by Downloading for Vis…
Read more »Simple Typescript to Lua 5.1 compiler, used for World of Warcraft addons – wowts/tstolua…
Read more »With the increasing popularity of the monorepo strategy for storing source code, there is a growing number of tools to manage projects in a monorepo, such as Bazel, Lerna, Rush, or Nx.
Read more »In this blog post, I will explain what discriminated unions are and why they are so powerful. In addition, I will share a real world use case that I encountered: setting up a request/response infrastructure around websockets.
Read more »npm displays packages with bundled TypeScript declarations…
Read more »After spending some time in TypeScript you may begin to crave type safety everywhere in your life. JavaScript is an inherently unsafe language and there are dragons to be found everywhere and in almost every framework. Most frameworks are sufficiently cov…
Read more »You’re reading a single entry. Go back to the front page for more.
Read more »After spending some time in TypeScript you may begin to crave type safety everywhere in your life. JavaScript is an inherently unsafe language and there are dragons to be found everywhere and in almost every framework. Most frameworks are sufficiently cov…
Read more »