02deef81e8770ec42adf39e0ac93a8efcae87cf2.svn-base 191 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 'use strict'; var Type = require('../type'); module.exports = new Type('tag:yaml.org,2002:seq', { kind: 'sequence', construct: function (data) { return data !== null ? data : []; } });