Search


Search something to see results

BadCommentToken

Bad comment token

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

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet

root node

parent?: any

parent node

bad comment type

val: string

bad comment value