data-cap
    Preparing search index...

    Interface BlastRadiusEntry

    One changed capability's known current consumers.

    interface BlastRadiusEntry {
        capability: string;
        consumers: readonly string[];
    }
    Index
    capability: string

    The capability key (file#exportName) -- matches ManifestChangeReport's own key convention.

    consumers: readonly string[]

    Distinct consuming files known (from Dependency Model) to depend on this capability right now, sorted.