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

    a resolved setwd-style call: its dir is undefined when it cannot be determined statically

    interface WorkingDirectoryChange {
        cds: readonly ControlDependency[];
        dir: string | undefined;
        enclosedInFunction: boolean;
        id: NodeId;
        iterated: boolean;
    }
    Index

    Properties

    cds: readonly ControlDependency[]
    dir: string | undefined
    enclosedInFunction: boolean
    id: NodeId
    iterated: boolean