mirror of
				https://github.com/1disk/edp445.git
				synced 2024-08-14 22:47:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
	
		
			609 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
	
		
			609 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {{# 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) }}
 | |
|   {{?}}
 | |
| {{?}}
 |