Function Graph Overview
    Preparing search index...

    Interface Dispatch

    interface Dispatch {
        single(syntax: null | Node, extra?: Extra): BasicBlock;
        many(statements: Node[], parent: Node): BasicBlock;
    }
    Index

    Methods

    Methods

    • Process an array of AST nodes into a basic clock

      Parameters

      • statements: Node[]
      • parent: Node

        is the parent node for the statements, used for its positioning information if the statements array is empty.

      Returns BasicBlock