Searched defs:findAncestor (Results 1 – 4 of 4) sorted by relevance
63 …const importDecl = considerPartialSpans ? findAncestor(token, isImportDeclaration) : getParentNode… constant
420 …export function findAncestor<T extends Node>(node: Node | undefined, callback: (element: Node) => … function
9667 function findAncestor(node, callback) { function
12869 function findAncestor(node, callback) { function