/** * Cross-shard merge & semantic boundary-linking correctness. * * The headline invariant: merging shard fragments and LINKING the boundary * calls against the export symbol table recovers cross-package edges that the * old fan-out dropped — labeled `resolution:'semantic'`, `crossShard:true`, * `confidence:'high'` — but ONLY when the import specifier + callee name pin a * UNIQUE exported occurrence. On any ambiguity the linker DECLINES (empty * target) rather than fabricate a phantom edge. Intra-shard edges are untouched. */ export {}; //# sourceMappingURL=cross-shard-resolve.test.d.ts.map