Urara-Blog/node_modules/.pnpm-store/v3/files/4f/0389940f7d183e00a1fb3511fc4d9c10417596c5726fa38328a15d26cd5105c9d3e756d0aab66051eacd43306b3cd031113f68b2f47ed142892e797f7a9a20
2022-08-14 01:14:53 +08:00

9 lines
322 B
Text

{{# def.definitions }}
{{# def.setupKeyword }}
{{ var $comment = it.util.toQuotedString($schema); }}
{{? it.opts.$comment === true }}
console.log({{=$comment}});
{{?? typeof it.opts.$comment == 'function' }}
self._opts.$comment({{=$comment}}, {{=it.util.toQuotedString($errSchemaPath)}}, validate.root.schema);
{{?}}