📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 03:14:30
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
yaml
/
dist
/
schema
/
common
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/yaml/dist/schema/common
🔄 Refresh
✏️
Editing: null.js
Writable
'use strict'; var Scalar = require('../../nodes/Scalar.js'); const nullTag = { identify: value => value == null, createNode: () => new Scalar.Scalar(null), default: true, tag: 'tag:yaml.org,2002:null', test: /^(?:~|[Nn]ull|NULL)?$/, resolve: () => new Scalar.Scalar(null), stringify: ({ source }, ctx) => typeof source === 'string' && nullTag.test.test(source) ? source : ctx.options.nullStr }; exports.nullTag = nullTag;
💾 Save Changes
❌ Cancel