BlockStartToken
interface BlockStartToken {
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: BlockStartTokenType;
}
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: BlockStartTokenType;
}
Hierarchy (View Summary)
- BaseToken
- BlockStartToken
Block start token