AstComment
interface AstComment {
"[ROOT]"?: AstStyleSheet | null;
parent?: any;
typ: CommentTokenType | CDOCOMMTokenType;
val: string;
[key: number]: string | undefined;
}
"[ROOT]"?: AstStyleSheet | null;
parent?: any;
typ: CommentTokenType | CDOCOMMTokenType;
val: string;
[key: number]: string | undefined;
}
Hierarchy (View Summary)
- BaseToken
- AstComment
Indexable
-
[key: number]: string | undefined
comment node