mirror of https://github.com/sveltejs/svelte
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 #14277pull/14274/head
parent
36ece1c381
commit
033061842d
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: bail on named slots with that have reserved keywords during migration
|
Loading…
Reference in new issue