(it)
| 2905 | it.baseId = (0, resolve_1.resolveUrl)(it.opts.uriResolver, it.baseId, schId); |
| 2906 | } |
| 2907 | function checkAsyncSchema(it) { |
| 2908 | if (it.schema.$async && !it.schemaEnv.$async) |
| 2909 | throw new Error("async schema in sync schema"); |
| 2910 | } |
| 2911 | function commentKeyword({ gen, schemaEnv, schema, errSchemaPath, opts }) { |
| 2912 | const msg = schema.$comment; |
| 2913 | if (opts.$comment === true) { |