Home
last modified time | relevance | path

Searched defs:jsDocType (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixAddVoidToPromise.ts73 const jsDocType = getJSDocTypeTag(node.parent)?.typeExpression.type; constant
/third_party/typescript/src/compiler/
Dchecker.ts13539 … const jsDocType = isInJSFile(declaration) && getTypeForDeclarationFromJSDocComment(declaration); constant
28427 const jsDocType = getTypeForDeclarationFromJSDocComment(memberDecl); constant