Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Nov 21, 2024
1 parent 761eb3c commit f5f1258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte2tsx/src/htmlxtojsx_v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export function convertHtmlxToJsx(
type: 'BlockStatement',
start: -1,
end: -1,
body: node.children
body: node.children as any[] // wrong AST, but periscopic doesn't care
}
});

Expand Down

0 comments on commit f5f1258

Please sign in to comment.