Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DfixClassDoesntImplementInheritedAbstractMember.ts44 const extendsNode = getEffectiveBaseTypeNode(classDeclaration)!; constant
/third_party/typescript/lib/
Dtsc.js54003 function getImpliedConstraint(type, checkNode, extendsNode) { argument