Search


Search something to see results

AttrStartToken

Attribute start token

interface AttrStartToken {
    chi?: Token[];
    loc?: Location;
    parent?: any;
    tokens?: Token[] | null;
    typ: AttrStartTokenType;
}

Hierarchy (View Summary)

Index

Properties

chi?: Token[]
loc?: Location

location info

parent?: any

parent node

tokens?: Token[] | null

prelude or selector tokens

token type