-
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
Error on syntactically impossible ===s to undefined #60433
base: main
Are you sure you want to change the base?
Conversation
Error message is just a placeholder so I can run top800
@typescript-bot test it |
@RyanCavanaugh Here are the results of running the user tests with tsc comparing Something interesting changed - please have a look. Details
|
Hey @RyanCavanaugh, the results of running the DT tests are ready. Everything looks the same! |
@RyanCavanaugh Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@typescript-bot test top800 |
@RyanCavanaugh Here are the results of running the top 400 repos with tsc comparing Something interesting changed - please have a look. Details
|
Webpack had two instances of this (both of which had lint suppressions which were applied in a routine dep upgrade) if (!this._redirectTo !== undefined) { javascript-obfuscator had public static isNode (object: Object & { type?: string }): object is ESTree.Node {
return object && !object.type !== undefined;
} Everything else was some variant of
There was also a false positive, #60439 |
@RyanCavanaugh Here are the results of running the top 800 repos with tsc comparing Something interesting changed - please have a look. Details
|
|
Both <Div dashed={typeof props.llm === undefined}> {typeof modelOptions.apiKey !== undefined && |
update: gotcha, you're saying they're bugs in this PR, which i agree with :-) |
aha, you are of course correct :-) |
Not a fully-correct implementation yet. Error message is just a placeholder so I can run top800 and see who's comparing what to
undefined