CommentToken
interface CommentToken {
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: CommentTokenType;
val: string;
}
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: CommentTokenType;
val: string;
}
Hierarchy (View Summary)
- BaseToken
- CommentToken
Comment token