pull/17443/head
Rich Harris 2 weeks ago
parent f04f22ea49
commit 8c2578ee4f

@ -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 {

@ -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';

Loading…
Cancel
Save