-
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 5.3 Iteration Plan #55486
Comments
What's the current status of the "Investigate Type Argument Placeholders" item that was part of the 5.2 milestone? |
I don't think we've come up with any better conclusions since the last design meeting discussion about it. |
Does it mean that the topic was dropped for the foreseeable future or is there a chance that it will be discussed again in the near-ish future (like in the next minor or the one after that)? I loved that the related PR (opened in 2018!) got some momentum in 5.2 and I wonder if it just got slowed down or if it stopped entirely for the time being 😅 |
@DanielRosenwasser the timeline has wrong versions :) |
Fixed, thanks!
It's not out of the question - but big part of the iteration plans is just defining scope so the team can focus and the community gets clarity around that. They're not a promise that we'll get all the work done, nor does it guarantee other work cannot be done. |
That's totally understandable! I just couldn't help but notice that the other exciting item ("Investigate Function Implementations Returning Indexed Access and Conditional Types") from the 5.2 iteration plan was added here but the partial inference thing was not. Hence the question about its status cause I don't think that this investigation was concluded publicly. |
@DanielRosenwasser What those conclusions were ? I've made a crude comment about the current proposal here. |
I would like to know if there are any plans for Decorators because version 5X does not support |
@jiawei397 See https://github.com/tc39/proposal-decorators/blob/master/EXTENSIONS.md#parameter-decorators-and-annotations; TypeScript is just following the spec and won't add it until parameter decorators are Stage 3. |
Understood, thank you for your response. I will keep an eye on this progress. |
@typescript-bot create release-5.3 |
Heya @DanielRosenwasser, I've started to create the |
Is there a way to include this small issue into 5.3? |
@typescript-bot sync release-5.3 |
Heya @DanielRosenwasser, I've started to sync |
(Guess was wrong, real logs are at https://github.com/microsoft/TypeScript/actions/runs/6358420654, it did in fact run.) |
https://github.com/tc39/proposal-throw-expressions It still in stage 2, should it be implemented now? |
@pikadun stage 3 is the time to implement proposals, not 2. |
@ljharb Sorry, I mean it should not implement |
Admittedly kind of confusing: The work item in the iteration plan is that we'd really like throw expressions to exist, so we're trying to get it to stage 3 so that we will then allow ourselves to implement it. |
@DanielRosenwasser is roadmap no longer to be edited ? |
I have not been able to give the roadmap page the love it deserves recently - I think our release blog posts try to give the best high-level overview of improvements, and they all contain an sort of table-of-contents at the beginning. In the future, I'll try to get the roadmap page up to date (or others can contribute via a PR to https://github.com/microsoft/TypeScript-wiki). |
Thanks for keeping Releases section up to date. Just a detail. 5.3 Beta should have 'Pre-release' label instead of 'Latest release'. |
Oops, sorry, that was my fault. Should be fixed now. |
@typescript-bot sync release-5.3 |
Heya @DanielRosenwasser, I've started to sync |
@typescript-bot bump release-5.3 |
Heya @DanielRosenwasser, I've started to update the version number on |
@typescript-bot sync release-5.3 |
Heya @DanielRosenwasser, I've started to sync |
Hey just wondering what the status is for 5.3? its already been a few days since the expected Nov 14 release and couldn't find any updates. Thanks for all the hard work! |
I think they are testing latest fixes from |
Can this issue be closed now, in favour of ‘TypeScript 5.4 Iteration Plan‘? The new issue does not seem to exist yet. Previous iterations:
Some issues labelled with
Planning
|
Unfortunately I've been spread thin, but I will try to get the 5.4 iteration plan out soon. |
@typescript-bot bump release-5.3 |
Heya @DanielRosenwasser, I've started to update the version number on |
Hey all, I'm just wondering if the Roadmap wiki page is still being maintained? Historically I have used that to keep up-to-date with TS developments, but recently have found myself having to inspect these iteration plan tickets. In any case, happy to see all the new stuff coming soon to TS! |
#47663 Several years later, the problem still persists |
This document outlines our focused tasks for TypeScript 5.3. 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.
Compiler and Language
import
Attributesthrow
Expressionslib.d.ts
UpdatesEditor and Language Service
type
ImportsPerformance
.tsbuildinfo
Website and Docs
Community Tooling
fetch
in@types/node
Infrastructure
The text was updated successfully, but these errors were encountered: