@eagleoutice/flowr - v2.13.14
    Preparing search index...

    one orphan call: the undefined name, where it is called, and why it was pinned on the package

    interface OrphanCall {
        at: NodeId;
        exporters: number;
        reason: OrphanReason;
    }
    Index
    at: NodeId
    exporters: number

    how many packages export the name, the field the OrphanReason picked from

    reason: OrphanReason