| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -83,6 +83,8 @@ let dev_effect_stack = [];
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					/** @type {null | Reaction} */
 | 
					 | 
					 | 
					 | 
					/** @type {null | Reaction} */
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					export let active_reaction = null;
 | 
					 | 
					 | 
					 | 
					export let active_reaction = null;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					export let untracking = false;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					/** @param {null | Reaction} reaction */
 | 
					 | 
					 | 
					 | 
					/** @param {null | Reaction} reaction */
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					export function set_active_reaction(reaction) {
 | 
					 | 
					 | 
					 | 
					export function set_active_reaction(reaction) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						active_reaction = reaction;
 | 
					 | 
					 | 
					 | 
						active_reaction = reaction;
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -428,6 +430,7 @@ export function update_reaction(reaction) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						var previous_skip_reaction = skip_reaction;
 | 
					 | 
					 | 
					 | 
						var previous_skip_reaction = skip_reaction;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						var prev_derived_sources = derived_sources;
 | 
					 | 
					 | 
					 | 
						var prev_derived_sources = derived_sources;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						var previous_component_context = component_context;
 | 
					 | 
					 | 
					 | 
						var previous_component_context = component_context;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
						var previous_untracking = untracking;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						var flags = reaction.f;
 | 
					 | 
					 | 
					 | 
						var flags = reaction.f;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						new_deps = /** @type {null | Value[]} */ (null);
 | 
					 | 
					 | 
					 | 
						new_deps = /** @type {null | Value[]} */ (null);
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -437,6 +440,7 @@ export function update_reaction(reaction) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						skip_reaction = !is_flushing_effect && (flags & UNOWNED) !== 0;
 | 
					 | 
					 | 
					 | 
						skip_reaction = !is_flushing_effect && (flags & UNOWNED) !== 0;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						derived_sources = null;
 | 
					 | 
					 | 
					 | 
						derived_sources = null;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						component_context = reaction.ctx;
 | 
					 | 
					 | 
					 | 
						component_context = reaction.ctx;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
						untracking = false;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						read_version++;
 | 
					 | 
					 | 
					 | 
						read_version++;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						try {
 | 
					 | 
					 | 
					 | 
						try {
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -502,6 +506,7 @@ export function update_reaction(reaction) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							skip_reaction = previous_skip_reaction;
 | 
					 | 
					 | 
					 | 
							skip_reaction = previous_skip_reaction;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							derived_sources = prev_derived_sources;
 | 
					 | 
					 | 
					 | 
							derived_sources = prev_derived_sources;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							component_context = previous_component_context;
 | 
					 | 
					 | 
					 | 
							component_context = previous_component_context;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
							untracking = previous_untracking;
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						}
 | 
					 | 
					 | 
					 | 
						}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					}
 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -944,7 +949,7 @@ export function get(signal) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						}
 | 
					 | 
					 | 
					 | 
						}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						// Register the dependency on the current reaction signal.
 | 
					 | 
					 | 
					 | 
						// Register the dependency on the current reaction signal.
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						if (active_reaction !== null) {
 | 
					 | 
					 | 
					 | 
						if (active_reaction !== null && !untracking) {
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							if (derived_sources !== null && derived_sources.includes(signal)) {
 | 
					 | 
					 | 
					 | 
							if (derived_sources !== null && derived_sources.includes(signal)) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								e.state_unsafe_local_read();
 | 
					 | 
					 | 
					 | 
								e.state_unsafe_local_read();
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							}
 | 
					 | 
					 | 
					 | 
							}
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -1117,12 +1122,12 @@ export function invalidate_inner_signals(fn) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 * @returns {T}
 | 
					 | 
					 | 
					 | 
					 * @returns {T}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 */
 | 
					 | 
					 | 
					 | 
					 */
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					export function untrack(fn) {
 | 
					 | 
					 | 
					 | 
					export function untrack(fn) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						const previous_reaction = active_reaction;
 | 
					 | 
					 | 
					 | 
						var previous_untracking = untracking;
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						try {
 | 
					 | 
					 | 
					 | 
						try {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							active_reaction = null;
 | 
					 | 
					 | 
					 | 
							untracking = true;
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							return fn();
 | 
					 | 
					 | 
					 | 
							return fn();
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						} finally {
 | 
					 | 
					 | 
					 | 
						} finally {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							active_reaction = previous_reaction;
 | 
					 | 
					 | 
					 | 
							untracking = previous_untracking;
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						}
 | 
					 | 
					 | 
					 | 
						}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					}
 | 
					 | 
					 | 
					 | 
					}
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |