v0.11.3
Fixes
One of the breaking changes in Svelte 5 is that it no longer exports walk
from svelte/compiler
. walk
is used by carbon-preprocess-svelte
to traverse the AST to optimize Carbon-related imports at compile time. The official, recommended solution is to import walk
directly from estree-walker
(which is what Svelte itself uses).