| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -25,7 +25,6 @@ import {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						DISCONNECTED,
 | 
					 | 
					 | 
					 | 
						DISCONNECTED,
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						BOUNDARY_EFFECT,
 | 
					 | 
					 | 
					 | 
						BOUNDARY_EFFECT,
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						REACTION_IS_UPDATING,
 | 
					 | 
					 | 
					 | 
						REACTION_IS_UPDATING,
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						TEMPLATE_EFFECT,
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						BOUNDARY_SUSPENDED
 | 
					 | 
					 | 
					 | 
						BOUNDARY_SUSPENDED
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} from './constants.js';
 | 
					 | 
					 | 
					 | 
					} from './constants.js';
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					import {
 | 
					 | 
					 | 
					 | 
					import {
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -823,10 +822,7 @@ function process_effects(effect, collected_effects, boundary) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							if (!is_skippable_branch && (flags & INERT) === 0) {
 | 
					 | 
					 | 
					 | 
							if (!is_skippable_branch && (flags & INERT) === 0) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								// Inside a boundary, defer everything except block/branch effects
 | 
					 | 
					 | 
					 | 
								// Inside a boundary, defer everything except block/branch effects
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								var defer =
 | 
					 | 
					 | 
					 | 
								var defer = boundary !== undefined && !is_branch && (flags & BLOCK_EFFECT) === 0;
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									boundary !== undefined &&
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									!is_branch &&
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									((flags & BLOCK_EFFECT) === 0 || (flags & TEMPLATE_EFFECT) !== 0);
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								if (defer) {
 | 
					 | 
					 | 
					 | 
								if (defer) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									add_boundary_effect(/** @type {Effect} */ (boundary), current_effect);
 | 
					 | 
					 | 
					 | 
									add_boundary_effect(/** @type {Effect} */ (boundary), current_effect);
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |