Stryker Error: 'svelte/compiler' no longer exports a walk
utility in svelte version 5+
#5154
Labels
🐛 Bug
Something isn't working
Summary
The svelte-parser.ts imports the (deprecated) walk function from svelte compiler:
const { parse: svelteParse, walk, preprocess, VERSION } = await import('svelte/compiler');
When running stryker mutation tests after updating, I got the error message:
Stryker/Svelte/Test environment
Your Environment
The text was updated successfully, but these errors were encountered: