Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts304 …Adder: ImportAdder, sourceFile: SourceFile, declaration: textChanges.TypeAnnotatable, type: Type, …
324 declaration: textChanges.TypeAnnotatable,
/third_party/typescript/src/services/
DtextChanges.ts291 …export type TypeAnnotatable = SignatureDeclaration | VariableDeclaration | ParameterDeclaration | … alias
529 …public tryInsertTypeAnnotation(sourceFile: SourceFile, node: TypeAnnotatable, type: TypeNode): boo…