Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts293 export type ThisTypeAnnotatable = FunctionDeclaration | FunctionExpression; alias
295 …eAnnotatable(containingFunction: SignatureDeclaration): containingFunction is ThisTypeAnnotatable {
547 …public tryInsertThisTypeAnnotation(sourceFile: SourceFile, node: ThisTypeAnnotatable, type: TypeNo…
/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts254 …geTracker, sourceFile: SourceFile, containingFunction: textChanges.ThisTypeAnnotatable, program: P…