comment.jst 322 B

123456789
  1. {{# def.definitions }}
  2. {{# def.setupKeyword }}
  3. {{ var $comment = it.util.toQuotedString($schema); }}
  4. {{? it.opts.$comment === true }}
  5. console.log({{=$comment}});
  6. {{?? typeof it.opts.$comment == 'function' }}
  7. self._opts.$comment({{=$comment}}, {{=it.util.toQuotedString($errSchemaPath)}}, validate.root.schema);
  8. {{?}}