@ -206,6 +206,15 @@ export function import_svelte_internal_forbidden(node) {
e(node,"import_svelte_internal_forbidden",`Imports of \`svelte/internal/*\` are forbidden. It contains private runtime code which is subject to change without notice. If you're importing from \`svelte/internal/*\` to work around a limitation of Svelte, please open an issue at https://github.com/sveltejs/svelte and explain your use case\nhttps://svelte.dev/e/import_svelte_internal_forbidden`);
e(node,"inspect_trace_invalid_placement",`\`$inspect.trace(...)\` must be the first statement of a function body\nhttps://svelte.dev/e/inspect_trace_invalid_placement`);
@ -469,15 +478,6 @@ export function store_invalid_subscription_module(node) {
e(node,"store_invalid_subscription_module",`Cannot reference store value outside a \`.svelte\` file\nhttps://svelte.dev/e/store_invalid_subscription_module`);
e(node,"inspect_trace_invalid_placement",`\`$inspect.trace(...)\` must be the first statement of a function body\nhttps://svelte.dev/e/inspect_trace_invalid_placement`);