Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DimportFixes.ts325 readonly typeOnlyAliasDeclaration: TypeOnlyAliasDeclaration; property
923 const typeOnlyAliasDeclaration = checker.getTypeOnlyAliasDeclaration(symbol); constant
1065 const { typeOnlyAliasDeclaration } = fix; constant
/third_party/typescript/src/services/
Dcompletions.ts2727 …const typeOnlyAliasDeclaration = symbol.declarations && find(symbol.declarations, isTypeOnlyImport… constant