Function: selectorHasIdOutsideGlobal()
function selectorHasIdOutsideGlobal(
selectorContainer: Readonly<SelectorContainer>,
predicate: (idName: string) => boolean
): boolean;
Defined in: _internal/selector-parser-utils.ts:508
Check whether a selector has a matching id name outside :global(...).
Parametersโ
selectorContainerโ
predicateโ
(idName: string) => boolean
Returnsโ
boolean