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
opal-0.10.0.beta1 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.4.5 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.4.4 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.4.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.4.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.4.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.4.0 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.9.2 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.30 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.9.0 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.29 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.28 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.27 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.26 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.25 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.24 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.23 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
opal-0.9.0.rc1 stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.22 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
trusty-festivity-extension-2.3.21 node_modules/bower/node_modules/configstore/node_modules/js-yaml/lib/js-yaml/schema/default_full.js