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

    Where a name is bound and where it is read, so that a deferred expression can reach either.

    interface NameIndex {
        definitions: ReadonlyMap<string, NodeId[]>;
        uses: ReadonlyMap<string, NodeId[]>;
    }
    Index
    definitions: ReadonlyMap<string, NodeId[]>
    uses: ReadonlyMap<string, NodeId[]>