0389940f7d183e00a1fb3511fc4d9c10417596c5726fa38328a15d26cd5105c9d3e756d0aab66051eacd43306b3cd031113f68b2f47ed142892e797f7a9a20 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. {{?}}