Skip to content

Issues: microsoft/TypeScript

Beta
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

private constructor(){}, It is necessary to also explicitly limit instantiation in the compiled js Out of Scope This idea sits outside of the TypeScript language design constraints Suggestion An idea for TypeScript
#61736 opened May 20, 2025 by sunmoon-a11y
Add ES2025 target and library
#61735 opened May 20, 2025 by ajafff
Overriding type of union works as declared type but not as generic type Design Limitation Constraints of the existing architecture prevent this from being fixed
#61729 opened May 19, 2025 by SimonSimCity
Mixing base class defeats circularity protection Help Wanted You can do this Possible Improvement The current behavior isn't wrong, but it's possible to see that it might be better in some cases
#61721 opened May 18, 2025 by LukeAbby Backlog
Double initializing a readonly field should not be allowed Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript
#61716 opened May 17, 2025 by dgp1130
Function definition parameter type inference Duplicate An existing issue was already created
#61715 opened May 16, 2025 by ccorcos
6 tasks done
Missing Intl.Locale.prototype.getWeekInfo() Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Help Wanted You can do this
#61713 opened May 16, 2025 by sonicdoe Backlog
Add option to remove "move to new file" quick fix Needs Investigation This issue needs a team member to investigate its status. Visual Studio Integration with Visual Studio
#61712 opened May 16, 2025 by markboyall
6 tasks done
Resolution order dependent circular heritage Help Wanted You can do this Possible Improvement The current behavior isn't wrong, but it's possible to see that it might be better in some cases
#61711 opened May 16, 2025 by LukeAbby Backlog
Object.groupBy should not return Partial<Record<string, T>> or Partial<Record<number, T>> Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript
#61706 opened May 15, 2025 by joshkel
TS Server Plugin rename supoort transform user input Declined The issue was declined as something which matches the TypeScript vision Suggestion An idea for TypeScript
#61702 opened May 15, 2025 by mantou132
6 tasks done
base64/hex methods missing from Uint8Array Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Help Wanted You can do this
#61695 opened May 12, 2025 by dontwanttothink Backlog
The entries collection in observers should be non-empty Experience Enhancement Noncontroversial enhancements Help Wanted You can do this Suggestion An idea for TypeScript
#61691 opened May 12, 2025 by foxbunny Backlog
A contextually-typed signature coming from correlated union can't be assigned back to source of its contextual type Help Wanted You can do this Possible Improvement The current behavior isn't wrong, but it's possible to see that it might be better in some cases
#61676 opened May 8, 2025 by Andarist Backlog
public static fields without initializer are removed even with useDefineForClassFields=true Needs Investigation This issue needs a team member to investigate its status.
#61671 opened May 8, 2025 by sapphi-red
ProTip! Adding no:label will show everything without a label.