/** * `graph-shard-worker` — the per-shard build subprocess entry * (`executeShardWorker`). It reads a `ShardWorkerSpec` JSON file, runs * the build over the shard's files via the scope's language adapter, and * writes a `ShardBuildResult` JSON to stdout, exiting 0. A bad spec path * (or any build error) is attributed to the shard: stderr names it and * the exit code is 1. */ export {}; //# sourceMappingURL=shard-worker.test.d.ts.map