diff --git a/apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md b/apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md index 912cbdf9e9..8721af51bb 100644 --- a/apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md +++ b/apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md @@ -71,9 +71,11 @@ You can now do `bind:value={get, set}` to validate and transform bound values. T - [docs](/docs/svelte/bind#Function-bindings) - [demo](/playground/1ddd82f573b94201b3c8fcab33bf0a46?version=5.9.0) -## Day 9 +## Day 9: error and warning documentation -Coming soon! +When Svelte emits a warning or error (whether at build time, when the compiler is running, or when the app is running on the server or in the browser) it will now be accompanied by a link to the corresponding entry in the documentation containing a description (which is omitted from production builds, to save bytes) and — in some cases, with more to come — more details on why it happened and what you can do to fix it. + +- [demo](/playground/8095884c1f5040ea846669b904083e25?version=5.10.0) ## Day 10