Announcing TypeScript 4.1
BRANK

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, and then output clean readable JavaScript that runs on lots of different runtimes.

devblogs.microsoft.com
Related Topics: TypeScript
2 comments
  • TypeScript 4.1正式リリース💐

    type ​AwesomeFeatures = "Template Literal Types";
    type Greeting = Hello ${AwesomeFeatures}☺️☺️☺️

  • TypeScript 4.1 が正式リリース🎉
    注目が高まる Template Literal Types が導入されるなど、TypeSafe な言語としてもかなりのゲームチェンジャーとなることが予想される大型アップデート。

    既に RC のものを利用しての様々な情報が各所から出ているので、キャッチアップ必須のアップデートです。

    Vue.js ユーザーにとっては、 Vuex の commit/dispatch に型をつけられるかもしれない点が一番期待?

    https://susisu.hatenablog.com/entry/2020/09/01/224328
    https://togetter.com/li/1585286