Ts-Migrate: A Tool for Migrating to TypeScript at Scale

Learn about how we used codemods to accelerate migration from JavaScript to TypeScript at Airbnb. Read more

Similar

Top Things to Know about TypeScript

TypeScript is a superset of JavaScript that provides typed nature to your code. TypeScript can be used for cross-browser development and is an open source project. Bipin Joshi shares a quick overview of the top 10 features of this new scripting language. (more…)

Read more »

Self-Modifying Type Predicates in TypeScript

Typescript’s type system is uniquely powerful among mainstream programming languages, approximating the expressive power of Haskell or Idris, while also remaining flexible enough for production applications. Type predicates are a useful tool in building a... (more…)

Read more »