NestingSelectorToken
interface NestingSelectorToken {
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: NestingSelectorTokenType;
}
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: NestingSelectorTokenType;
}
Hierarchy (View Summary)
- BaseToken
- NestingSelectorToken
Nesting selector token