We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28805a commit 1cd484aCopy full SHA for 1cd484a
packages/svelte/src/internal/client/dev/tracing.js
@@ -1,5 +1,5 @@
1
-import { snapshot } from '../../server';
2
-import { STATE_SYMBOL } from '../constants';
+import { snapshot } from '../../shared/clone.js';
+import { STATE_SYMBOL } from '../constants.js';
3
4
/** @type { { label: string, time: number, sub: any, stack: string | void, value: any }[] | null } */
5
export let tracing_expressions = null;
0 commit comments