Polyman Documentation - v2.3.3
    Preparing search index...

    Type Alias ScriptOutput

    ScriptOutput:
        | { kind: "single"; index: number
        | null }
        | { kind: "multi"; indices: number[] }

    Internal: output target of a script line.

    • single — one test index. index === null means $ (assign at resolve time).
    • multi — generator writes the listed indices itself (no stdout redirect).