Member Junction
    Preparing search index...

    Interface PlatformCompatContext

    Input context for the platform compatibility phase.

    PlatformCompatPhase.Run

    interface PlatformCompatContext {
        DetectedOS: "linux" | "windows" | "macos" | "other";
        Dir: string;
        Emitter: InstallerEventEmitter;
    }
    Index

    Properties

    DetectedOS: "linux" | "windows" | "macos" | "other"

    Detected operating system from the preflight phase.

    Dir: string

    Absolute path to the repo root.

    Event emitter for progress, warn, and log events.