persona-community-5/.pnpm-store/v3/files/2e/c57f2cc83f681dc142c8b128d97d85ea9b19d16e88e630df24c38cc104920291d471bcefa34c70ddc84b0d4d4dd7fff6a8ae16ab5f45c1cae10233ed5c36f4
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

9 lines
191 B
Plaintext

'use strict';
var Type = require('../type');
module.exports = new Type('tag:yaml.org,2002:seq', {
kind: 'sequence',
construct: function (data) { return data !== null ? data : []; }
});