Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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