| 52904 | } |
| 52905 | const ex = class JsonSchemaUriError extends Ko {} |
| 52906 | const tx = class EvaluationJsonSchemaUriError extends ex {}, |
| 52907 | resolveSchema$refField = (s, o) => { |
| 52908 | if (void 0 === o.$ref) return |
| 52909 | const i = getHash(serializers_value(o.$ref)), |
| 52910 | a = serializers_value(o.meta.get('ancestorsSchemaIdentifiers')), |
| 52911 | u = Aa((s, o) => resolve(s, sanitize(stripHash(o))), s, [ |
| 52912 | ...a, |
| 52913 | serializers_value(o.$ref), |
| 52914 | ]) |
| 52915 | return `${u}${'#' === i ? '' : i}` |
| 52916 | }, |
| 52917 | refractToSchemaElement = (s) => { |
| 52918 | if (refractToSchemaElement.cache.has(s)) return refractToSchemaElement.cache.get(s) |