/** * Tests for the catalog JSON renderer. * * Coverage: * 1. Golden-fixture snapshot of a small representative catalog — * locks the wire format byte-for-byte. * 2. Symbol-row invariants: id matches `deriveOpenSipSymbolId` * output, kind mapping, arity derivation, modulePath * derivation, isExported from visibility. * 3. Edge-row invariants: id matches `deriveOpenSipEdgeId`, * polymorphic edges split into multiple rows, unresolved edges * carry the call-text as `toQualifiedNameUnresolved`. * 4. Stable ordering: re-rendering the same catalog produces * byte-identical output. * * Phase 3 Task 3.3 per DEC-498. */ export {}; //# sourceMappingURL=catalog-json.test.d.ts.map