AstAtRule
interface AstAtRule {
chi?: any[];
errors?: ErrorDescription[];
loc?: Location;
nam: string;
parent?: any;
state?: any;
tokens?: Token[] | null;
typ: AtRuleNodeType;
val: string;
}
chi?: any[];
errors?: ErrorDescription[];
loc?: Location;
nam: string;
parent?: any;
state?: any;
tokens?: Token[] | null;
typ: AtRuleNodeType;
val: string;
}
Hierarchy (View Summary)
- BaseToken
- AstNodeStatus
- AstAtRule
at rule node