### Describe the bug I know there is no good reason to use await with the #await block, but it should work anyway ### Reproduction [REPL](https://svelte.dev/playground/hello-world?version=5.37.0#H4sIAAAAAAAAA22Oyw7CIBBFf4WMC9vElD0xJu78B-sCYZpiKJAytRrCvws-dq4mc-6cyU3g5IQg4ITWerb62WrWoDaEuoUdDMZiBHFOQM9Q7yoo_GsdQ-jiHS1VdpUR_3HlHaGj8gbSRq7SEGs-Y0BSY7MdiUIUnOtlmp636F2n_MTD7PWiKG7brrKmbRmN6Fj6BTn3rqe0QalG9oNMRpbIkMVP3NM-HL5gz8PhrfCqlDjxd49cShI-CATNC-ZL2aSxq3EaxCBtxPwCICO0cycBAAA=) ### Logs ```shell await isn't allowed in non-async function (Note that you need plugins to import files that are not JavaScript) ``` ### System Info ```shell Using Svelte compiler version 5.37.0 running Svelte compiler version 5.37.0 ``` ### Severity annoyance