Interface DiagnosticsProvenance

Provenance (D4 / EDITOR_AS_APP_SPEC §12.3): WHICH previewed app + compile this snapshot describes, so a consumer can tell stale output from fresh and never conflates two apps' diagnostics. null until a first compile is observed.

interface DiagnosticsProvenance {
    appKey?: string;
    compileId?: string;
}

Properties

Properties

appKey?: string

The previewed app's stable key (provider/ns/repo).

compileId?: string

Monotonic id of the compile that produced these build errors.