-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
[NewErrors] 5.4.0-dev.20240107 vs 5.3.3 #56972
Comments
|
|
|
|
|
|
|
|
|
|
Minimal repro of a "cannot be used as an index type" error: type Type = {prop: 'a', otherProp: unknown}
type X = 'prop' extends keyof Type
? Type['prop']
^^^^^^ Type '"prop"' cannot be used as an index type.(2538)
: never; |
The following errors were reported by 5.4.0-dev.20240107, but not by 5.3.3
Pipeline that generated this bug
Logs for the pipeline run
File that generated the pipeline
This run considered 200 popular TS repos from GH (after skipping the top 0).
Successfully analyzed 119 of 200 visited repos
Investigation Status
The text was updated successfully, but these errors were encountered: