mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-31 01:55:29 +00:00 
			
		
		
		
	Fixed some build options for vite
This commit is contained in:
		
							
								
								
									
										11
									
								
								node_modules/yaml/dist/compose/compose-collection.d.ts
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								node_modules/yaml/dist/compose/compose-collection.d.ts
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| import type { ParsedNode } from '../nodes/Node.js'; | ||||
| import type { BlockMap, BlockSequence, FlowCollection, SourceToken } from '../parse/cst.js'; | ||||
| import type { ComposeContext, ComposeNode } from './compose-node.js'; | ||||
| import type { ComposeErrorHandler } from './composer.js'; | ||||
| interface Props { | ||||
|     anchor: SourceToken | null; | ||||
|     tag: SourceToken | null; | ||||
|     newlineAfterProp: SourceToken | null; | ||||
| } | ||||
| export declare function composeCollection(CN: ComposeNode, ctx: ComposeContext, token: BlockMap | BlockSequence | FlowCollection, props: Props, onError: ComposeErrorHandler): ParsedNode; | ||||
| export {}; | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens