Skip to content

Commit 6394da7

Browse files
committed
tweak
1 parent bbb694b commit 6394da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export const EFFECT_RAN = 1 << 15;
1717
export const EFFECT_TRANSPARENT = 1 << 16;
1818
export const INSPECT_EFFECT = 1 << 17;
1919
export const HEAD_EFFECT = 1 << 18;
20-
export const EFFECT_IS_UPDATING = 1 << 19;
21-
export const EFFECT_PRESERVED = 1 << 20; // effects with this flag should not be pruned
20+
export const EFFECT_PRESERVED = 1 << 19;
21+
export const EFFECT_IS_UPDATING = 1 << 20;
2222

2323
// Flags used for async
2424
export const REACTION_IS_UPDATING = 1 << 21;

0 commit comments

Comments
 (0)