Home
last modified time | relevance | path

Searched refs:isThisTypeAnnotatable (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts194 … if (textChanges.isThisTypeAnnotatable(containingFunction) && markSeen(containingFunction)) {
/third_party/typescript/src/services/
DtextChanges.ts295 …export function isThisTypeAnnotatable(containingFunction: SignatureDeclaration): containingFunctio… function