Skip to content
Merged

day 9 #969

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading