fix(50750): Object type literal with string literal property in contextual typing position causes language service error on all literal type references - #50757
Conversation
Nathan Shively-Sanders (sandersn)
left a comment
There was a problem hiding this comment.
I'd like to find and augment the skip-typed-jsdoc code in services instead of checking for undefined symbols in the checker.
|
Hm - maybe. What about |
|
This should only apply to type-related jsdoc.
Edit: Oh, it works because all the services calls to get a symbol go through getSymbolAtLocation, which has the |
Fixes #50750