microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
100.22k stars 12.39k forks source link

TypeScript 5.7 Iteration Plan #59905

Open DanielRosenwasser opened 1 week ago

DanielRosenwasser commented 1 week ago

This document outlines our focused tasks for TypeScript 5.7. It minimally indicates intent to investigate tasks or contribute to an implementation. Nothing is set in stone, but we will strive to complete these tasks in a reasonable timeframe.

Date Event
2024-09-09 TypeScript 5.6 Release
2024-09-27 Create 5.7 Beta (5.7.0) Build for Testing
2024-10-01 TypeScript 5.7 Beta Release
2024-11-08 Create 5.7 RC (5.7.1) Build for Testing
2024-11-12 TypeScript 5.7 RC Release
2024-11-18 Create 5.7 Final (5.7.2) Build for Testing
2024-11-21 TypeScript 5.7 Final Release 🚀

Compiler and Language

Editor and Language Service

Performance

Website and Docs

Infrastructure

petamoriken commented 1 week ago

I hope ES2024 target (#58573) will be added. It's blocked by #59417.