Function: getLeadingSimpleSelectorNodes()
function getLeadingSimpleSelectorNodes(
selector: Readonly<ParsedSelector>
): readonly Node[];
Defined in: _internal/selector-parser-utils.ts:235
Collect the leading simple-selector nodes before the first combinator.
Parametersโ
selectorโ
Returnsโ
readonly Node[]