Home
last modified time | relevance | path

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

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