Learning TypeScript Blog

https://www.learningtypescript.com/articles

Articles on TypeScript features. Syntax, type checking, and more!

フィード

記事のアイキャッチ画像
Why TypeScript Doesn't Include a throws Keyword
Learning TypeScript Blog
Why a `throws` keyword has not been added to TypeScript, despite some other languages having an equivalent.
2ヶ月前
記事のアイキャッチ画像
Narrowing Function Parameters With Rests And Tuples
Learning TypeScript Blog
Using rest parameters and tuples to apply union type narrowing to a function's parameters
7ヶ月前
記事のアイキャッチ画像
Why TypeScript Doesn't Follow Strict Semantic Versioning
Learning TypeScript Blog
Why it's not practically feasible -or desirable- for a programming language like TypeScript to use strict semantic versioning for its releases.
10ヶ月前
記事のアイキャッチ画像
Why Increase Your TSConfig target
Learning TypeScript Blog
Why you should increase the compilerOptions.target value in your TSConfig to as recent an ECMAScript version as you can.
1年前
記事のアイキャッチ画像
The satisfies Operator
Learning TypeScript Blog
How TypeScript's new `satisfies` operator brings the best of type annotations and default type inference.
2年前
記事のアイキャッチ画像
Objects, Functions, and Type Narrowing
Learning TypeScript Blog
Diving into why TypeScript doesn't narrow object types before they're modified.
2年前
記事のアイキャッチ画像
Extreme Explorations of TypeScript's Type System
Learning TypeScript Blog
Some of the most creative, wacky explorations of what you can do in TypeScript's type system!
2年前
記事のアイキャッチ画像
Void-Returning Function Assignability
Learning TypeScript Blog
Why functions that return a value are assignable to void-returning function types in TypeScript.
2年前
記事のアイキャッチ画像
References in the Learning TypeScript Book
Learning TypeScript Blog
An exhaustive list of all the easter eggs and general references in the Learning TypeScript book.
2年前