Skip to content

Commit 2e49f7c

Browse files
committed
tidy
1 parent 176ec0d commit 2e49f7c

File tree

1 file changed

+2
-5
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @import { Derived, Effect, Reaction, Source, Value } from '#client' */
1+
/** @import { Derived, Effect, Source, Value } from '#client' */
22
import { DEV } from 'esm-env';
33
import {
44
active_reaction,
@@ -28,10 +28,7 @@ import {
2828
UNOWNED,
2929
MAYBE_DIRTY,
3030
BLOCK_EFFECT,
31-
ROOT_EFFECT,
32-
IS_ASYNC,
33-
BOUNDARY_EFFECT,
34-
BOUNDARY_SUSPENDED
31+
ROOT_EFFECT
3532
} from '../constants.js';
3633
import * as e from '../errors.js';
3734
import { legacy_mode_flag, tracing_mode_flag } from '../../flags/index.js';

0 commit comments

Comments
 (0)