We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2a2e2 commit 53fdd0fCopy full SHA for 53fdd0f
packages/svelte/src/internal/client/reactivity/props.js
@@ -1,13 +1,11 @@
1
-/** @import { ComponentContext } from '#client' */
2
-/** @import { Derived, Effect, Source } from './types.js' */
+/** @import { Effect, Source } from './types.js' */
3
import { DEV } from 'esm-env';
4
import {
5
PROPS_IS_BINDABLE,
6
PROPS_IS_IMMUTABLE,
7
PROPS_IS_LAZY_INITIAL,
8
PROPS_IS_RUNES,
9
- PROPS_IS_UPDATED,
10
- UNINITIALIZED
+ PROPS_IS_UPDATED
11
} from '../../../constants.js';
12
import { get_descriptor, is_function } from '../../shared/utils.js';
13
import { set, source, update } from './sources.js';
0 commit comments