Search


Search something to see results

CommentToken

Comment token

interface CommentToken {
    "[ROOT]"?: AstStyleSheet | null;
    parent?: any;
    typ: CommentTokenType;
    val: string;
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet | null

root node

parent?: any

parent node

token type

val: string

comment value