Sanity Library Reference Docs
    Preparing search index...
    interface EmissionWritePlan {
        caseCollisions: CaseCollision[];
        manualBlueprintWiring?: ManualBlueprintWiring;
        orphanedRegistry?: string;
        orphanedStubs: OrphanedStub[];
        writes: PlannedWrite[];
    }
    Index

    Properties

    caseCollisions: CaseCollision[]

    Sorted by planned path. Empty when no scaffold collided.

    manualBlueprintWiring?: ManualBlueprintWiring
    orphanedRegistry?: string

    The registry's path, present only when no effect is registered at all and a registry from an earlier generation is still on disk. Nothing imports it and the generator does not delete it.

    orphanedStubs: OrphanedStub[]

    Sorted by path.

    writes: PlannedWrite[]