Traqula docs
    Preparing search index...

    Interface Node

    An AST node. Nodes are indexable by their types. When generating, the SUBRULES called should be located within the current location range.

    interface Node {
        loc: SourceLocation;
        subType?: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    subType?: string
    type: string