SubsequentCombinatorToken
interface SubsequentCombinatorToken {
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: SubsequentSiblingCombinatorTokenType;
}
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: SubsequentSiblingCombinatorTokenType;
}
Hierarchy (View Summary)
- BaseToken
- SubsequentCombinatorToken
Subsequent sibling combinator token