Searched refs:getParentNode (Results 1 – 1 of 1) sorted by relevance
585 const linkParentComponent: string[] = getParentNode(node, linkCollection).slice(1);586 const propParentComponent: string[] = getParentNode(node, propCollection).slice(1);632 function getParentNode(node: ts.PropertyAssignment, collection: Map<string, Set<string>>): string[]… function