-
Notifications
You must be signed in to change notification settings - Fork 13k
Open
Description
π Search Terms
jsdoc links missing in possible type position
π Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about JSDoc
β― Playground Link
π» Code
class C {
}
/**
* @throws {@link C}
*/
function /**/CC() {
}
π Actual behavior
TypeScript does not resolve {@link C}
.
Hover on the playground shows:
@throws β {
@link β C}
π Expected behavior
TypeScript should resolve {@link C}
Hover on the playground should show this (or even better rendered links like it does in vscode)
@throws β {@link C }
Additional information about the issue
Originally reported in TypeStrong/typedoc#2993
Metadata
Metadata
Assignees
Labels
No labels