Home
last modified time | relevance | path

Searched refs:getParentNode (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_class.ts585 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