Skip to content

Commit 53fdd0f

Browse files
authored
chore: remove some unused code (#16455)
1 parent 0a2a2e2 commit 53fdd0f

File tree

1 file changed

+2
-4
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+2
-4
lines changed

packages/svelte/src/internal/client/reactivity/props.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/** @import { ComponentContext } from '#client' */
2-
/** @import { Derived, Effect, Source } from './types.js' */
1+
/** @import { Effect, Source } from './types.js' */
32
import { DEV } from 'esm-env';
43
import {
54
PROPS_IS_BINDABLE,
65
PROPS_IS_IMMUTABLE,
76
PROPS_IS_LAZY_INITIAL,
87
PROPS_IS_RUNES,
9-
PROPS_IS_UPDATED,
10-
UNINITIALIZED
8+
PROPS_IS_UPDATED
119
} from '../../../constants.js';
1210
import { get_descriptor, is_function } from '../../shared/utils.js';
1311
import { set, source, update } from './sources.js';

0 commit comments

Comments
 (0)