Sha256: f99df7d01182f9c869a52c998f453c6e50e9a00829f475f323f717c5e559b485

Contents?: true

Size: 610 Bytes

Versions: 229

Compression:

Stored size: 610 Bytes

Contents

// JS-YAML's default schema for `load` function.
// It is not described in the YAML specification.
//
// This schema is based on JS-YAML's default safe schema and includes
// JavaScript-specific types: !!js/undefined, !!js/regexp and !!js/function.
//
// Also this schema is used as default base schema at `Schema.create` function.


'use strict';


var Schema = require('../schema');


module.exports = Schema.DEFAULT = new Schema({
  include: [
    require('./default_safe')
  ],
  explicit: [
    require('../type/js/undefined'),
    require('../type/js/regexp'),
    require('../type/js/function')
  ]
});

Version data entries

229 entries across 207 versions & 23 rubygems

Version Path
trusty-festivity-extension-2.5.7 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.5.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.10.1 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.10.0 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.5.5 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.10.0.rc2 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.9.4 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.9.3 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.10.0.rc1 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.10.0.beta5 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.10.0.beta4 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.5.4 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.10.0.beta3 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.5.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.5.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.5.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.5.0 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.4.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.10.0.beta2 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js