MCPcopy Index your code
hub / github.com/nodejs/node / getInterfaceBaseTypeNodes

Function getInterfaceBaseTypeNodes

test/fixtures/snapshot/typescript.js:17378–17381  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

17376 }
17377 ts.getAllSuperTypeNodes = getAllSuperTypeNodes;
17378 function getInterfaceBaseTypeNodes(node) {
17379 var heritageClause = getHeritageClause(node.heritageClauses, 94 /* SyntaxKind.ExtendsKeyword */);
17380 return heritageClause ? heritageClause.types : undefined;
17381 }
17382 ts.getInterfaceBaseTypeNodes = getInterfaceBaseTypeNodes;
17383 function getHeritageClause(clauses, kind) {
17384 if (clauses) {

Callers 1

getAllSuperTypeNodesFunction · 0.85

Calls 1

getHeritageClauseFunction · 0.85

Tested by

no test coverage detected