Search


Search something to see results

ComposesSelectorToken

Composes selector token

interface ComposesSelectorToken {
    l: Token[];
    loc?: Location;
    parent?: any;
    r: Token | null;
    tokens?: Token[] | null;
    typ: ComposesSelectorTokenType;
}

Hierarchy (View Summary)

Index

Properties

l: Token[]
loc?: Location

location info

parent?: any

parent node

r: Token | null
tokens?: Token[] | null

prelude or selector tokens

typ: ComposesSelectorTokenType

token type