@ -791,8 +791,8 @@ export function event_directive_deprecated(node, name) {
*@param{null|NodeLike}node
*@param{string}location
*/
exportfunctionhead_in_component(node,location){
w(node,'head_in_component',`Using \`<head>\` (${location}) will likely lead to runtime errors. Use [\`<svelte:head>\`](https://svelte.dev/docs/svelte/svelte-head) instead\nhttps://svelte.dev/e/head_in_component`);
exportfunctionunexpected_head(node,location){
w(node,'unexpected_head',`Using \`<head>\` (${location}) will likely lead to runtime errors. Use [\`<svelte:head>\`](https://svelte.dev/docs/svelte/svelte-head) instead\nhttps://svelte.dev/e/unexpected_head`);
"message":"Using `<head>` ((unknown):1:0) will likely lead to runtime errors. Use [`<svelte:head>`](https://svelte.dev/docs/svelte/svelte-head) instead",