您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

comment.jst 322B

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