chore: tidy up (#17443)

* tidy up

* unused
pull/17444/head
Rich Harris 2 months ago committed by GitHub
parent f04f22ea49
commit 359be81c09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,15 +3,12 @@
import { DEV } from 'esm-env';
import {
ERROR_VALUE,
CLEAN,
DERIVED,
DIRTY,
EFFECT_PRESERVED,
MAYBE_DIRTY,
STALE_REACTION,
ASYNC,
WAS_MARKED,
CONNECTED,
DESTROYED
} from '#client/constants';
import {

@ -1,4 +1,4 @@
/** @import { Derived, Effect, Reaction, Signal, Source, Value } from '#client' */
/** @import { Derived, Effect, Reaction, Source, Value } from '#client' */
import { DEV } from 'esm-env';
import { get_descriptors, get_prototype_of, index_of } from '../shared/utils.js';
import {
@ -28,7 +28,6 @@ import { old_values } from './reactivity/sources.js';
import {
destroy_derived_effects,
execute_derived,
current_async_effect,
recent_async_deriveds,
update_derived
} from './reactivity/deriveds.js';
@ -44,7 +43,6 @@ import {
set_dev_current_component_function,
set_dev_stack
} from './context.js';
import * as w from './warnings.js';
import {
Batch,
batch_values,

Loading…
Cancel
Save