| 62 | readonly schema: AnySchemaObject |
| 63 | } |
| 64 | interface SchemaEnvArgs { |
| 65 | readonly schema: AnySchema |
| 66 | readonly schemaId?: "$id" | "id" |
| 67 | readonly root?: SchemaEnv |
| 68 | readonly baseId?: string |
| 69 | readonly schemaPath?: string |
| 70 | readonly localRefs?: LocalRefs |
| 71 | readonly meta?: boolean |
| 72 | } |
| 73 | |
| 74 | export class SchemaEnv implements SchemaEnvArgs { |
| 75 | readonly schema: AnySchema |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…