setup-node/node_modules/ajv/lib/dot/comment.jst
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05: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);
{{?}}