e(node,'props_id_invalid_placement',`\`$props.id()\` can only be affected at the top level of components as a const declaration initializer\nhttps://svelte.dev/e/props_id_invalid_placement`);
}
/**
@ -316,13 +325,12 @@ export function props_invalid_pattern(node) {
e(node,'props_invalid_placement',`\`${rune}\` can only be used at the top level of components as a variable declaration initializer\nhttps://svelte.dev/e/props_invalid_placement`);
exportfunctionprops_invalid_placement(node) {
e(node,'props_invalid_placement',`\`$props()\` can only be used at the top level of components as a variable declaration initializer\nhttps://svelte.dev/e/props_invalid_placement`);