-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TypeScript 3.8 Iteration Plan #34898
Comments
I see "async?" for compiler plugins. That should be the case, at least for GraphQL. GraphQL type generation is currently async because it can be dependent on a network request to the API endpoint for introspection. |
@DanielRosenwasser will you be adding the feature list to the Roadmap? It is very useful to have a single spot with all major features in each version. |
@DanielRosenwasser It should be February 2020 in the roadmap ! 🐛 https://github.com/microsoft/TypeScript/wiki/Roadmap#38-february-2019 |
Hope to get any new reviews for #35148 I've fully rewritten it 🧐 |
more info? it's a bit confusing🤔 |
I remember seeing 3.8 on the Roadmap, but now it says |
It might not have been added to the page in the TypeScript-wiki repo and got overwritten at some point, shame |
Can we get #36263 into TypeScript 3.8? |
If someone could update the wiki again, I would appreciate it. I have a habit of checking the roadmap wiki page now and again to look for changes I have to plan for, if I want the latest stuff. 😄 |
Some CI task erased my work on the wiki via a force push, so please be patient as we figure that one out. Sorry for the confusion there. |
I've added it back with microsoft/TypeScript-wiki#246 |
Thanks a lot, I appreciate that. |
with the new |
Bit of a delay with TypeScript 3.8 RC... coming soon? |
Thanks |
Just as a heads up, because the RC moved out a bit, and because of Presidents Day yesterday, we're aiming for Thursday for the final release. |
@typescript-bot bump release-3.8 |
Heya @DanielRosenwasser, the branch 'release-3.8' had a |
Bad bot, I hate you. |
@typescript-bot bump release-3.8 |
Heya @DanielRosenwasser, I've started to update the version number on |
@typescript-bot bump release-3.8 |
Heya @DanielRosenwasser, I've started to update the version number on |
The 3.9 Iteration Plan is out at #37198, thanks all! |
This document outlines our focused tasks for TypeScript 3.8, as well as some of the discussion that explains how/why we prioritized certain work items. Nothing is set in stone, but we will strive to complete them in a reasonable timeframe.
Dates
Work Items
Expected Work Items
export * as ns
SyntaxcreateElement
Updates for ReactupdateGraph
details in TSServer responses.ts
to.js
Refactorings.ts
Filedeclare
Modifier to Class Property@types
.Deferred Work Items
Planning Meeting Notes
Motivations
Notes
updateGraph
details in TSServer responsestsc --watch
isn't as fast asgulp-tsb
(because it's less accurate). Is there a fast and loose mode?.d.ts
files keep artifacts of your version of TS even when "uninteresting" for older versions of TS.readonly
properties broke earlier versions of TS)typesVersions
@typescript-bot what deoptimizes?
)extendedDiagnostics
diffs on PRs@types
.The text was updated successfully, but these errors were encountered: