data-cap
    Preparing search index...

    Interface CheckArtifactsResult

    What checkArtifacts found -- the full computed report, plus which of its artifacts are stale on disk.

    interface CheckArtifactsResult {
        result: ReportResult;
        stale: readonly string[];
    }
    Index
    result: ReportResult

    The full report this run would produce, had it been a real (non---check) generation.

    stale: readonly string[]

    Paths that are missing or whose on-disk content doesn't match what this run would generate.