restageSourceRosterBuilder function

Builder restageSourceRosterBuilder(
  1. BuilderOptions options
)

build_runner factory entry point for the package-wide Restage source and output ownership roster. The builder is intentionally separate from all artifact emitters: it discovers legacy source declarations through the tracked package graph and writes the deterministic package index/roster before later compiler lanes consume the ownership contract.

Implementation

Builder restageSourceRosterBuilder(BuilderOptions options) =>
    RestageSourceRosterBuilder(options);