March 20, 2023

TypeScript 5.0 released

MicrosoftThe software giant behind Windows, Office, Azure, and Xbox — founded by Bill Gates and Paul Allen. shipped TypeScriptJavaScript with static types — compiles to JS and powers large front-end and Node codebases. 5.0 on March 20, 2023 with decorators, `const` type parameters, and multiple config file support.

What it was for

TypeScriptTypeScriptJavaScript with static types — compiles to JS and powers large front-end and Node codebases. 5 aligned with ECMAScriptThe standardized specification for JavaScript — ES3, ES6, and later editions define the language. decorators for frameworks like Angular and NestJS, and sped up the compiler for monorepos shipping millions of lines. It cemented TypeScriptJavaScript with static types — compiles to JS and powers large front-end and Node codebases. as the default for new JavaScript projects — frontends, backends, and infrastructure code.

Companies

  • Microsoft

Why it's here

TypeScriptJavaScript with static types — compiles to JS and powers large front-end and Node codebases. 5 standardized decorators and kept the compiler fast enough for huge repos.

Why it mattered

Decorators unlocked cleaner framework APIs without experimental flags.

What it solved

Large codebases needed faster builds and stable decorator support for Angular-style DI.

Media

  • TypeScript
    ImageTypeScript

    ™/®Microsoft, Public domain, via Wikimedia Commons

Related