chore: remove some unused code (#16455)

pull/16456/head
Rich Harris 2 months ago committed by GitHub
parent 0a2a2e213a
commit 53fdd0f93a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,13 +1,11 @@
/** @import { ComponentContext } from '#client' */
/** @import { Derived, Effect, Source } from './types.js' */
/** @import { Effect, Source } from './types.js' */
import { DEV } from 'esm-env';
import {
PROPS_IS_BINDABLE,
PROPS_IS_IMMUTABLE,
PROPS_IS_LAZY_INITIAL,
PROPS_IS_RUNES,
PROPS_IS_UPDATED,
UNINITIALIZED
PROPS_IS_UPDATED
} from '../../../constants.js';
import { get_descriptor, is_function } from '../../shared/utils.js';
import { set, source, update } from './sources.js';

Loading…
Cancel
Save