Skip to content

Commit 359be81

Browse files
authored
chore: tidy up (#17443)
* tidy up * unused
1 parent f04f22e commit 359be81

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
import { DEV } from 'esm-env';
44
import {
55
ERROR_VALUE,
6-
CLEAN,
76
DERIVED,
87
DIRTY,
98
EFFECT_PRESERVED,
10-
MAYBE_DIRTY,
119
STALE_REACTION,
1210
ASYNC,
1311
WAS_MARKED,
14-
CONNECTED,
1512
DESTROYED
1613
} from '#client/constants';
1714
import {

packages/svelte/src/internal/client/runtime.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @import { Derived, Effect, Reaction, Signal, Source, Value } from '#client' */
1+
/** @import { Derived, Effect, Reaction, Source, Value } from '#client' */
22
import { DEV } from 'esm-env';
33
import { get_descriptors, get_prototype_of, index_of } from '../shared/utils.js';
44
import {
@@ -28,7 +28,6 @@ import { old_values } from './reactivity/sources.js';
2828
import {
2929
destroy_derived_effects,
3030
execute_derived,
31-
current_async_effect,
3231
recent_async_deriveds,
3332
update_derived
3433
} from './reactivity/deriveds.js';
@@ -44,7 +43,6 @@ import {
4443
set_dev_current_component_function,
4544
set_dev_stack
4645
} from './context.js';
47-
import * as w from './warnings.js';
4846
import {
4947
Batch,
5048
batch_values,

0 commit comments

Comments
 (0)