Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DfixSpelling.ts96 … const baseTypeNode = baseDeclaration ? getEffectiveBaseTypeNode(baseDeclaration) : undefined; constant
/third_party/typescript/src/services/
DgoToDefinition.ts216 const baseTypeNode = getEffectiveBaseTypeNode(baseDeclaration); constant