File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/svelte/src/internal/client/reactivity Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- /** @import { Source } from './types.js' */
1+ /** @import { Derived, Source } from './types.js' */
22import { DEV } from 'esm-env' ;
33import {
44 PROPS_IS_BINDABLE ,
@@ -10,7 +10,11 @@ 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 { get , captured_signals , untrack } from '../runtime.js' ;
13+ import {
14+ get ,
15+ captured_signals ,
16+ untrack ,
17+ } from '../runtime.js' ;
1418import { safe_equals } from './equality.js' ;
1519import * as e from '../errors.js' ;
1620import { LEGACY_DERIVED_PROP , LEGACY_PROPS , STATE_SYMBOL } from '../constants.js' ;
You can’t perform that action at this time.
0 commit comments