Skip to content

Commit 4616259

Browse files
committed
reorder
1 parent dbf60b7 commit 4616259

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/reactivity/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export interface Value<V = unknown> extends Signal {
1717
/** The latest value for this signal */
1818
v: V;
1919
/** Dev only */
20+
label?: string;
2021
created?: Error | null;
2122
updated?: Error | null;
2223
trace_need_increase?: boolean;
2324
trace_v?: V;
24-
label?: string;
2525
trace?: null | (() => void);
2626
}
2727

0 commit comments

Comments
 (0)