Searched refs:seenPaths (Results 1 – 1 of 1) sorted by relevance
127 const seenPaths = new Set()140 .map(mapEdgesToNodes({ seenPaths })) field141 .concat(appendExtraneousChildren({ node, seenPaths })) field410 const appendExtraneousChildren = ({ node, seenPaths }) => field414 .filter(i => !seenPaths.has(i.path) && i.extraneous)416 const mapEdgesToNodes = ({ seenPaths }) => (edge) => { field432 seenPaths.add(node.path)