Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		
							
								
								
									
										32
									
								
								install/config-ui/node_modules/ajv/lib/dot/allOf.jst
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								install/config-ui/node_modules/ajv/lib/dot/allOf.jst
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,32 @@ | ||||
| {{# def.definitions }} | ||||
| {{# def.errors }} | ||||
| {{# def.setupKeyword }} | ||||
| {{# def.setupNextLevel }} | ||||
|  | ||||
| {{ | ||||
|   var $currentBaseId = $it.baseId | ||||
|     , $allSchemasEmpty = true; | ||||
| }} | ||||
|  | ||||
| {{~ $schema:$sch:$i }} | ||||
|   {{? {{# def.nonEmptySchema:$sch }} }} | ||||
|     {{ | ||||
|       $allSchemasEmpty = false; | ||||
|       $it.schema = $sch; | ||||
|       $it.schemaPath = $schemaPath + '[' + $i + ']'; | ||||
|       $it.errSchemaPath = $errSchemaPath + '/' + $i; | ||||
|     }} | ||||
|  | ||||
|     {{# def.insertSubschemaCode }} | ||||
|  | ||||
|     {{# def.ifResultValid }} | ||||
|   {{?}} | ||||
| {{~}} | ||||
|  | ||||
| {{? $breakOnError }} | ||||
|   {{? $allSchemasEmpty }} | ||||
|     if (true) { | ||||
|   {{??}} | ||||
|     {{= $closingBraces.slice(0,-1) }} | ||||
|   {{?}} | ||||
| {{?}} | ||||
		Reference in New Issue
	
	Block a user
	 anthonyrawlins
					anthonyrawlins