Sha256: 1107ff722b03317102f2db5c96cdd9cff5e1f112e0fd139e48eacd4d56c10b9f

Contents?: true

Size: 1.8 KB

Versions: 115

Compression:

Stored size: 1.8 KB

Contents

{{# def.definitions }}
{{# def.errors }}
{{# def.missing }}
{{# def.setupKeyword }}
{{# def.setupNextLevel }}


{{## def.propertyInData:
  {{=$data}}{{= it.util.getProperty($property) }} !== undefined
  {{? $ownProperties }}
    && Object.prototype.hasOwnProperty.call({{=$data}}, '{{=it.util.escapeQuotes($property)}}')
  {{?}}
#}}


{{
  var $schemaDeps = {}
    , $propertyDeps = {}
    , $ownProperties = it.opts.ownProperties;

  for ($property in $schema) {
    var $sch = $schema[$property];
    var $deps = Array.isArray($sch) ? $propertyDeps : $schemaDeps;
    $deps[$property] = $sch;
  }
}}

var {{=$errs}} = errors;

{{ var $currentErrorPath = it.errorPath; }}

var missing{{=$lvl}};
{{ for (var $property in $propertyDeps) { }}
  {{ $deps = $propertyDeps[$property]; }}
  {{? $deps.length }}
    if ({{# def.propertyInData }}
      {{? $breakOnError }}
          && ({{# def.checkMissingProperty:$deps }})) {
          {{# def.errorMissingProperty:'dependencies' }}
      {{??}}
        ) {
          {{~ $deps:$propertyKey }}
            {{# def.allErrorsMissingProperty:'dependencies' }}
          {{~}}
      {{?}}
    } {{# def.elseIfValid }}
  {{?}}
{{ } }}

{{
  it.errorPath = $currentErrorPath;
  var $currentBaseId = $it.baseId;
}}


{{ for (var $property in $schemaDeps) { }}
  {{ var $sch = $schemaDeps[$property]; }}
  {{? {{# def.nonEmptySchema:$sch }} }}
    {{=$nextValid}} = true;

    if ({{# def.propertyInData }}) {
      {{ 
        $it.schema = $sch;
        $it.schemaPath = $schemaPath + it.util.getProperty($property);
        $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($property);
      }}

      {{# def.insertSubschemaCode }}
    }

    {{# def.ifResultValid }}
  {{?}}
{{ } }}

{{? $breakOnError }} 
  {{= $closingBraces }}
  if ({{=$errs}} == errors) {
{{?}}

{{# def.cleanUp }}

Version data entries

115 entries across 97 versions & 13 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/ajv/lib/dot/dependencies.jst
disco_app-0.18.2 test/dummy/node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-5.0.6 node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-5.0.5 node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-5.0.4 node_modules/ajv/lib/dot/dependencies.jst
disco_app-0.16.1 test/dummy/node_modules/ajv/lib/dot/dependencies.jst
disco_app-0.15.2 test/dummy/node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-5.0.3 node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-5.0.2 node_modules/ajv/lib/dot/dependencies.jst
disco_app-0.18.4 test/dummy/node_modules/ajv/lib/dot/dependencies.jst
disco_app-0.18.1 test/dummy/node_modules/ajv/lib/dot/dependencies.jst
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/ajv/lib/dot/dependencies.jst
disco_app-0.14.0 test/dummy/node_modules/ajv/lib/dot/dependencies.jst
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-5.0.1 node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-4.3.5 node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-5.0.0 node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-4.3.4 node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-4.3.3 node_modules/ajv/lib/dot/dependencies.jst
trusty-cms-4.3.2 node_modules/ajv/lib/dot/dependencies.jst