We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc9e68 commit 024ab09Copy full SHA for 024ab09
src/compiler/utilities.ts
@@ -2744,8 +2744,8 @@ namespace ts {
2744
}
2745
2746
/**
2747
- * Gets the effective return type annotation of a signature. If the node was parsed in a
2748
- * JavaScript file, gets the return type annotation from JSDoc.
+ * Gets the effective type parameters. If the node was parsed in a
+ * JavaScript file, gets the type parameters from the `@template` tag from JSDoc.
2749
*/
2750
export function getEffectiveTypeParameterDeclarations(node: DeclarationWithTypeParameters): TypeParameterDeclaration[] {
2751
if (node.typeParameters) {
0 commit comments