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.3.20 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.18 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.17 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.16 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.15 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.14 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.13 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.12 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.11g node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.10 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.9 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.8 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.7 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.5 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.4 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js