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

    a full version-guessing scenario: the signature database, the analyzed code, declared constraints, and the query itself

    interface GuessScenario {
        code: string;
        config?: FlowrConfig;
        declared?: Readonly<Record<string, string | readonly string[]>>;
        packages: Readonly<Record<string, ScenarioPackage>>;
        query?: Omit<GuessDepVersionsQuery, "type">;
    }
    Index

    Properties

    code: string
    config?: FlowrConfig
    declared?: Readonly<Record<string, string | readonly string[]>>

    declared constraints injected as project dependencies: package to one or several raw constraints

    packages: Readonly<Record<string, ScenarioPackage>>
    query?: Omit<GuessDepVersionsQuery, "type">