Search


Search something to see results

IfElseConditionToken

interface IfElseConditionToken {
    l: IfConditionToken;
    loc?: Location;
    parent?: any;
    r: IfConditionToken;
    tokens?: Token[] | null;
    typ: IfElseConditionTokenType;
}

Hierarchy (View Summary)

Index

Properties

loc?: Location

location info

parent?: any

parent node

tokens?: Token[] | null

prelude or selector tokens

token type