0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 00:51:01 +01:00
svelte/.changeset/mean-worms-fetch.md
Torsten Dittmann 033061842d
fix: named slots with reserved keywords during migration (#14278)
Fixes named slots with a reserved keyword not working anymore after migration. Re-uses the @migration-task logic for invalid identifiers.

Fixes #14277
2024-11-12 18:13:05 +01:00

100 B

svelte
patch

fix: bail on named slots with that have reserved keywords during migration