-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript 4.8 Iteration Plan #49074
Comments
I wonder when will any of the opened issues related to Scenario: Monorepos & Cross-Project References will ever be worked and/or looked into? I'd be really interested to see this one in particular #30235, to build with multi-threads, and it's been open for so long without any real tractions. Are there any plans short term? When should we expect any movements in Monorepo subjects from TypeScript team? When will TypeScript ever take advantage of multi-threaded compilations? I'm sure plenty of users would enjoy the perf boost when doing a build... Anywho, I'm still happy to see plenty of features ship every couple months, keep up the good work TS Team 🚀 |
Please include #17002 Array.isArray with ReadonlyArray |
please consider #49077! |
#10571 (Allow skipping generics) would be highly appreciated |
@ghiscoding the multithreaded build issue is something that is unfortunately hard with the synchronous foundation we have. There is also some amount of work sharing between project builds that we would likely lose. On the flip side, we did land some great optimizations between |
@typescript-bot create release-4.8 |
Heya @DanielRosenwasser, I've started to create the |
@DanielRosenwasser Is there any chance that the satisfies operator will land in 4.8? |
@weswigham Looks like the beta release (https://github.com/microsoft/TypeScript/releases/tag/v4.8-beta) has a link to the 4.7 blog instead of the 4.8 blog. Excited for 4.8! |
Fixed, thanks! |
|
This comment was marked as spam.
This comment was marked as spam.
@typescript-bot sync release-4.8 |
Heya @DanielRosenwasser, I've started to sync |
@typescript-bot bump release-4.8 |
Heya @DanielRosenwasser, I've started to update the version number on |
When is 4.8 final going to be released? The table above says that it was supposed to be on the 23rd. |
@crisbeto for typescript 4.7, at least, the date planned for the final was ~5 days earlier than the final release date. |
The plan changed for a release for today, in part due to the RC going out a little later. |
@typescript-bot bump release-4.8 |
Heya @DanielRosenwasser, I've started to update the version number on |
4.9 Iteration Plan is available at #50457 |
@typescript-bot bump release-4.8 |
Heya @andrewbranch, I've started to update the version number on |
@typescript-bot bump release-4.8 |
Heya @DanielRosenwasser, I've started to update the version number on |
the NPMJS 4.8.4 release was flagged 2 hours ago - https://www.npmjs.com/package/typescript/v/4.8.4 , @DanielRosenwasser was this indented behavior? |
The GitHub release is pending. For the future, you can take a look at our milestones view. |
This document outlines our focused tasks for TypeScript 4.8. 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.
Language and Compiler Features
infer
Types in Template String Types--isolatedDeclaration
Emit Mode--watch
Issues on Checkoutslib.d.ts
UpdatesEditor Productivity
Performance
Infrastructure
Website
The text was updated successfully, but these errors were encountered: