Search


Search something to see results

AstInvalidDeclaration

invalid declaration node

interface AstInvalidDeclaration {
    errors?: ErrorDescription[];
    loc?: Location;
    parent?: any;
    state?: any;
    tokens?: null;
    typ: InvalidDeclarationNodeType;
    val: Token[];
}

Hierarchy (View Summary)

Index

Properties

errors?: ErrorDescription[]
loc?: Location

location info

parent?: any

parent node

state?: any
tokens?: null

prelude or selector tokens

token type

val: Token[]