Search


Search something to see results

AstInvalidDeclaration

invalid declaration node

interface AstInvalidDeclaration {
    "[ROOT]"?: AstStyleSheet | null;
    errors?: ErrorDescription[];
    parent?: any;
    state?: any;
    tokens?: null;
    typ: InvalidDeclarationNodeType;
    val: Token[];
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet | null

root node

errors?: ErrorDescription[]

Syntax errors

parent?: any

parent node

state?: any

Node state

tokens?: null

tokens

token type

val: Token[]

tokens