Searched defs:heritageClause (Results 1 – 3 of 3) sorted by relevance
48 … const heritageClause = ts.factory.createHeritageClause(ts.SyntaxKind.ExtendsKeyword, undefined); constant54 … const heritageClause = ts.factory.createHeritageClause(ts.SyntaxKind.ExtendsKeyword, [undefined]); constant64 const heritageClause = ts.factory.createHeritageClause(ts.SyntaxKind.ExtendsKeyword, [type]); constant
130 const heritageClause = classNode.heritageClauses; constant
312 for (const heritageClause of tsTypeDecl.heritageClauses) { constant557 for (const heritageClause of typeADecl.heritageClauses) { constant