| import { isSeq } from '../../nodes/identity.js'; | |
| import { YAMLSeq } from '../../nodes/YAMLSeq.js'; | |
| const seq = { | |
| collection: 'seq', | |
| default: true, | |
| nodeClass: YAMLSeq, | |
| tag: 'tag:yaml.org,2002:seq', | |
| resolve(seq, onError) { | |
| if (!isSeq(seq)) | |
| onError('Expected a sequence for this tag'); | |
| return seq; | |
| }, | |
| createNode: (schema, obj, ctx) => YAMLSeq.from(schema, obj, ctx) | |
| }; | |
| export { seq }; | |
Xet Storage Details
- Size:
- 440 Bytes
- Xet hash:
- cc2d66e21603028343f584ea8309e7b1227f4e197f328748a02cf9bd74d08db1
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.