Function: collectAll()
collectAll(
node,selector,ancestors,results):void
Defined in: packages/core/src/domain/services/selector-matching.ts:137
Recursively collects nodes matching the selector, tracking the ancestor chain.
Parameters
node
Current node being evaluated
selector
Selector to match
ancestors
readonly SelectorNode[]
Ordered list of ancestor nodes (root to parent)
results
Accumulator for matched nodes
Returns
void