From e313292ccf554ea4dace1eedd8d969e48d25046f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 15 Jul 2025 10:44:41 -0400 Subject: [PATCH] WIP async docs --- .../docs/03-template-syntax/19-await.md | 54 +++++++++++++++++++ .../05-special-elements/01-svelte-boundary.md | 16 ++++++ 2 files changed, 70 insertions(+) create mode 100644 documentation/docs/03-template-syntax/19-await.md 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 `