chore: tidy up (#17443)

* tidy up

* unused
pull/17444/head
Rich Harris 9 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 { DEV } from 'esm-env';
import { import {
ERROR_VALUE, ERROR_VALUE,
CLEAN,
DERIVED, DERIVED,
DIRTY, DIRTY,
EFFECT_PRESERVED, EFFECT_PRESERVED,
MAYBE_DIRTY,
STALE_REACTION, STALE_REACTION,
ASYNC, ASYNC,
WAS_MARKED, WAS_MARKED,
CONNECTED,
DESTROYED DESTROYED
} from '#client/constants'; } from '#client/constants';
import { 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 { DEV } from 'esm-env';
import { get_descriptors, get_prototype_of, index_of } from '../shared/utils.js'; import { get_descriptors, get_prototype_of, index_of } from '../shared/utils.js';
import { import {
@ -28,7 +28,6 @@ import { old_values } from './reactivity/sources.js';
import { import {
destroy_derived_effects, destroy_derived_effects,
execute_derived, execute_derived,
current_async_effect,
recent_async_deriveds, recent_async_deriveds,
update_derived update_derived
} from './reactivity/deriveds.js'; } from './reactivity/deriveds.js';
@ -44,7 +43,6 @@ import {
set_dev_current_component_function, set_dev_current_component_function,
set_dev_stack set_dev_stack
} from './context.js'; } from './context.js';
import * as w from './warnings.js';
import { import {
Batch, Batch,
batch_values, batch_values,

Loading…
Cancel
Save