persona-community-5/.pnpm-store/v3/files/9a/cbf54e6863bdc4d4896570fc36236721af6fe85b4dbc61da45ffc99b8e25e4e1c3d033817db58cdce9377aa8e22e4ad667f7e24fb92b7d898f5c3f2385db15
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
190 B
Plaintext

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