Function Graph Overview
    Preparing search index...

    Type Alias StatementHandlers

    Maps AST nodes to their matching StatementHandler functions.

    type StatementHandlers = {
        named: { [key: string]: StatementHandler };
        default: StatementHandler;
    }
    Index

    Properties

    Properties

    named: { [key: string]: StatementHandler }

    Named entries map use the AST node names to map

    The default entry handles all the other AST nodes