mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-31 18:05:30 +00:00 
			
		
		
		
	Fixed some build options for vite
This commit is contained in:
		
							
								
								
									
										19
									
								
								node_modules/yaml/dist/schema/common/seq.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								node_modules/yaml/dist/schema/common/seq.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| 'use strict'; | ||||
|  | ||||
| var identity = require('../../nodes/identity.js'); | ||||
| var YAMLSeq = require('../../nodes/YAMLSeq.js'); | ||||
|  | ||||
| const seq = { | ||||
|     collection: 'seq', | ||||
|     default: true, | ||||
|     nodeClass: YAMLSeq.YAMLSeq, | ||||
|     tag: 'tag:yaml.org,2002:seq', | ||||
|     resolve(seq, onError) { | ||||
|         if (!identity.isSeq(seq)) | ||||
|             onError('Expected a sequence for this tag'); | ||||
|         return seq; | ||||
|     }, | ||||
|     createNode: (schema, obj, ctx) => YAMLSeq.YAMLSeq.from(schema, obj, ctx) | ||||
| }; | ||||
|  | ||||
| exports.seq = seq; | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens