Skip to content

Commit 01a731d

Browse files
authored
docs: advent day 9 (sveltejs#969)
1 parent fd48fb1 commit 01a731d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ You can now do `bind:value={get, set}` to validate and transform bound values. T
7171
- [docs](/docs/svelte/bind#Function-bindings)
7272
- [demo](/playground/1ddd82f573b94201b3c8fcab33bf0a46?version=5.9.0)
7373

74-
## Day 9
74+
## Day 9: error and warning documentation
7575

76-
Coming soon!
76+
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.
77+
78+
- [demo](/playground/8095884c1f5040ea846669b904083e25?version=5.10.0)
7779

7880
## Day 10
7981

0 commit comments

Comments
 (0)