(appl, valid)
| 3191 | } |
| 3192 | } |
| 3193 | subschema(appl, valid) { |
| 3194 | const subschema = (0, subschema_1.getSubschema)(this.it, appl); |
| 3195 | (0, subschema_1.extendSubschemaData)(subschema, this.it, appl); |
| 3196 | (0, subschema_1.extendSubschemaMode)(subschema, appl); |
| 3197 | const nextContext = { ...this.it, ...subschema, items: undefined, props: undefined }; |
| 3198 | subschemaCode(nextContext, valid); |
| 3199 | return nextContext; |
| 3200 | } |
| 3201 | mergeEvaluated(schemaCxt, toName) { |
| 3202 | const { it, gen } = this; |
| 3203 | if (!it.opts.unevaluated) |
no test coverage detected