AstComment
interface AstComment {
loc?: Location;
parent?: any;
tokens?: null;
typ: CommentTokenType | CDOCOMMTokenType;
val: string;
}
loc?: Location;
parent?: any;
tokens?: null;
typ: CommentTokenType | CDOCOMMTokenType;
val: string;
}
Hierarchy (View Summary)
- BaseToken
- AstComment
comment node