TypeScript 4.2 版本迭代計劃

TypeScript 4.2 Iteration Plan

最近更新時間 2020-12-03 19:39:25

Daniel Rosenwasser 在 GitHub 上發佈了 TypeScript 4.2 版本的迭代計劃,包括一些 4.2 版本的新特性和改進。

時間 計劃
2020-11-19 TypeScript 4.1 Release
2021-01-04 Create 4.2 Beta (4.2.0) Build for Testing
2021-01-07 TypeScript 4.2 Beta Release
2021-02-05 Create 4.2 RC (4.2.1) Build for Testing
2021-02-09 TypeScript 4.2 RC Release
2021-02-19 Create 4.2 Final (4.2.2) Build for Testing
2021-02-23 TypeScript 4.2 Final Release?
已过期

TypeScript 4.2 版本預計於 2021-02-23 發佈

新特性

  • checkGeneralized index signatures
  • checkLeading/middle rest elements in tuple types
  • check--noImplicitOverride
  • check--noPropertyAccessFromIndexSignature
  • checkstatic Index Signatures
  • checkInvestigate typeof class
  • checkReview the project setup experience
  • checkInvestigate faster compile-time iteration

編輯效率

  • checkDeclare missing helper function
  • checkEnable running TSServer in a worker thread
  • checkAnticipated bug fixes and UX improvements for partial semantic mode
  • checkInvestigate high-confidence "did you mean?" in JS

性能

  • checkProfiling/Tracing Mode Improvements
rss_feed