mirror of https://github.com/sveltejs/svelte
parent
e9cd45a2da
commit
31541c8849
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: allow await in svelte:boundary without pending
|
@ -0,0 +1 @@
|
|||||||
|
<div>this should work</div>
|
@ -0,0 +1,4 @@
|
|||||||
|
<svelte:boundary>
|
||||||
|
{@const x = await 'this should work'}
|
||||||
|
<div>{x}</div>
|
||||||
|
</svelte:boundary>
|
Loading…
Reference in new issue