Skip to content

Commit 6b7f116

Browse files
authored
docs: note walk breaking change (#11078)
closes #10734
1 parent dfc55c1 commit 6b7f116

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md

+4
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,7 @@ In Svelte 4, `null` and `undefined` were printed as the corresponding string. In
195195
### Bindings now react to form resets
196196

197197
Previously, bindings did not take into account `reset` event of forms, and therefore values could get out of sync with the DOM. Svelte 5 fixes this by placing a `reset` listener on the document and invoking bindings where necessary.
198+
199+
### `walk` not longer exported
200+
201+
`svelte/compiler` reexported `walk` from `estree-walker` for convenience. This is no longer true in Svelte 5, import it directly from that package instead in case you need it.

0 commit comments

Comments
 (0)