diff --git a/documentation/docs/03-template-syntax/19-await.md b/documentation/docs/03-template-syntax/19-await.md new file mode 100644 index 0000000000..34dcf0441f --- /dev/null +++ b/documentation/docs/03-template-syntax/19-await.md @@ -0,0 +1,54 @@ +--- +title: await +--- + +As of Svelte 5.36, you can use the `await` keyword inside your components in three places where it was previously unavailable: + +- at the top level of your component's `