File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed 
packages/svelte/src/internal/client/reactivity Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1- /** @import  { Derived,  Source } from './types.js' */ 
1+ /** @import  { Source } from './types.js' */ 
22import  {  DEV  }  from  'esm-env' ; 
33import  { 
44	PROPS_IS_BINDABLE , 
@@ -10,13 +10,7 @@ import {
1010import  {  get_descriptor ,  is_function  }  from  '../../shared/utils.js' ; 
1111import  {  mutable_source ,  set ,  source ,  update  }  from  './sources.js' ; 
1212import  {  derived ,  derived_safe_equal  }  from  './deriveds.js' ; 
13- import  { 
14- 	get , 
15- 	captured_signals , 
16- 	untrack , 
17- 	set_is_destroying_effect , 
18- 	is_destroying_effect 
19- }  from  '../runtime.js' ; 
13+ import  {  get ,  captured_signals ,  untrack  }  from  '../runtime.js' ; 
2014import  {  safe_equals  }  from  './equality.js' ; 
2115import  *  as  e  from  '../errors.js' ; 
2216import  {  LEGACY_DERIVED_PROP ,  LEGACY_PROPS ,  STATE_SYMBOL  }  from  '../constants.js' ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments