AstInvalidRule
interface AstInvalidRule {
chi: any[];
errors?: ErrorDescription[];
loc?: Location;
parent?: any;
sel: string;
state?: any;
tokens?: Token[] | null;
typ: InvalidRuleNodeType;
}
chi: any[];
errors?: ErrorDescription[];
loc?: Location;
parent?: any;
sel: string;
state?: any;
tokens?: Token[] | null;
typ: InvalidRuleNodeType;
}
Hierarchy (View Summary)
- BaseToken
- AstNodeStatus
- AstInvalidRule
Invalid rule node
Deprecated