| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -14,7 +14,6 @@ export interface BlockOptions {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						comment?: string;
 | 
					 | 
					 | 
					 | 
						comment?: string;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						key?: string;
 | 
					 | 
					 | 
					 | 
						key?: string;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						contexts?: Map<string, string>;
 | 
					 | 
					 | 
					 | 
						contexts?: Map<string, string>;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						contextTypes?: Map<string, string>;
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						indexes?: Map<string, string>;
 | 
					 | 
					 | 
					 | 
						indexes?: Map<string, string>;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						changeableIndexes?: Map<string, boolean>;
 | 
					 | 
					 | 
					 | 
						changeableIndexes?: Map<string, boolean>;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						indexNames?: Map<string, string>;
 | 
					 | 
					 | 
					 | 
						indexNames?: Map<string, string>;
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -34,7 +33,6 @@ export default class Block {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						first: string;
 | 
					 | 
					 | 
					 | 
						first: string;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						contexts: Map<string, string>;
 | 
					 | 
					 | 
					 | 
						contexts: Map<string, string>;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						contextTypes: Map<string, string>;
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						indexes: Map<string, string>;
 | 
					 | 
					 | 
					 | 
						indexes: Map<string, string>;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						changeableIndexes: Map<string, boolean>;
 | 
					 | 
					 | 
					 | 
						changeableIndexes: Map<string, boolean>;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						dependencies: Set<string>;
 | 
					 | 
					 | 
					 | 
						dependencies: Set<string>;
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -79,7 +77,6 @@ export default class Block {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							this.first = null;
 | 
					 | 
					 | 
					 | 
							this.first = null;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							this.contexts = options.contexts;
 | 
					 | 
					 | 
					 | 
							this.contexts = options.contexts;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							this.contextTypes = options.contextTypes;
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							this.indexes = options.indexes;
 | 
					 | 
					 | 
					 | 
							this.indexes = options.indexes;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							this.changeableIndexes = options.changeableIndexes;
 | 
					 | 
					 | 
					 | 
							this.changeableIndexes = options.changeableIndexes;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							this.dependencies = new Set();
 | 
					 | 
					 | 
					 | 
							this.dependencies = new Set();
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |