Skip to content

Commit bbb694b

Browse files
committed
tweak
1 parent 5c2f77f commit bbb694b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export const EFFECT_ASYNC = 1 << 22;
2727
export const ERROR_VALUE = 1 << 23;
2828

2929
export const STATE_SYMBOL = Symbol('$state');
30-
export const PROXY_PATH_SYMBOL = Symbol('proxy path');
3130
export const LEGACY_PROPS = Symbol('legacy props');
3231
export const LOADING_ATTR_SYMBOL = Symbol('');
32+
export const PROXY_PATH_SYMBOL = Symbol('proxy path');
3333

3434
// allow users to ignore aborted signal errors if `reason.name === 'StaleReactionError`
3535
export const STALE_REACTION = new (class StaleReactionError extends Error {

0 commit comments

Comments
 (0)