/** * Linker data structures (Phase 1): export symbol index + package manifest * index + specifier resolution. * * The load-bearing invariant: the package key `buildExportIndex` buckets by * (`packageOf(filePath)`) and the `packageGroup` `resolveSpecifierToPackage` * returns must be IDENTICAL, so Phase 2 can look up * `exportIndex.get(resolveSpecifierToPackage(spec).packageGroup)`. The * `reconciles ...` test asserts that linkage end-to-end. */ export {}; //# sourceMappingURL=export-index.test.d.ts.map