### Describe the bug An `await` expression in an `{@html ...}` block causes a syntax error — this code... ```svelte <div>{@html await 'this should work'}</div> ``` ...results in this output: ```js export default function App($$renderer) { $$renderer.push(`<div>${$.html((await $.save('this should work'))())}</div>`); } ``` ### Reproduction [link](https://svelte.dev/playground/hello-world?version=5.39.4#H4sIAAAAAAAAE22NwQrCMBBEfyXspQqi91BEb_6D9BDNlixuk9BsWyXk303Ao8d5zJvJ4M2EoOGGzEFtYWardmhJ0O7hACMxJtD3DPKJrddA5T_rGuMxrcjS2MMk_MefwQt6qTPQW1rP-eJkYmU2Q6I6cZRUcmGpx_X-1ZX-1FpVFHwLaJkXLENNhngjb0GPhhOWL6z1RTG7AAAA)