-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Issues: microsoft/TypeScript
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
Label
Projects
Milestones
Assignee
Sort
Issues list
KnownKeys<T> breaking change in 4.3.1-rc
Bug
A bug in TypeScript
Domain: Conditional Types
The issue relates to conditional types
Fix Available
A PR has been opened for this issue
Rescheduled
This issue was previously scheduled to an earlier milestone
Structural Comparison of Circular Tuples
Bug
A bug in TypeScript
Domain: Conditional Types
The issue relates to conditional types
Rescheduled
This issue was previously scheduled to an earlier milestone
any
appears to shortcircut structural type checking
Bug
3.4.1 regression in distributed types
Domain: Conditional Types
The issue relates to conditional types
Needs Investigation
This issue needs a team member to investigate its status.
typeof 'function' using with Exclude<T, Function>
Bug
A bug in TypeScript
Domain: Conditional Types
The issue relates to conditional types
Domain: Control Flow
The issue relates to control flow analysis
Exponential compilation slowdown with property accessors and conditional types
Bug
A bug in TypeScript
Domain: Conditional Types
The issue relates to conditional types
Domain: Performance
Reports of unusually slow behavior
Conditional type does not narrow union type
Bug
A bug in TypeScript
Domain: Conditional Types
The issue relates to conditional types
Pick<T, Exclude<keyof T, K>> & Pick<T, Extract<keyof T, K>> should be assignable to T
Domain: Conditional Types
The issue relates to conditional types
Experience Enhancement
Noncontroversial enhancements
Suggestion
An idea for TypeScript
Generic derived value type
Domain: Conditional Types
The issue relates to conditional types
Experience Enhancement
Noncontroversial enhancements
Suggestion
An idea for TypeScript
Typescript failed to expand type in generic for unknown reason
Bug
A bug in TypeScript
Domain: Conditional Types
The issue relates to conditional types
Generic type union assignment via Pick throws TS2322
Bug
A bug in TypeScript
Domain: Conditional Types
The issue relates to conditional types
Using generic argument that extends something, stops inferring super keys when Exclude is used in addition to keyof and Pick
Domain: Conditional Types
The issue relates to conditional types
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Suggestion
An idea for TypeScript
#27928
opened Oct 16, 2018 by
sceutre
Problem with inference for this['prop'] with conditional types
Bug
A bug in TypeScript
Domain: Conditional Types
The issue relates to conditional types
Conditional types can cause TS to miss incorrect interface extensions
Bug
A bug in TypeScript
Domain: Conditional Types
The issue relates to conditional types
ProTip!
Mix and match filters to narrow down what you’re looking for.