-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
Describe the problem
In Svelte 3/4 the export keyword created accessors for const variables and functions and created props for let variables and when using the accessors option the keyword also created accessors for let variables
In Svelte 5, the export keyword only creates accessors, but unlike v4 accessors, v5 accessors only have read capacity, creating a feature disparity between versions
Describe the proposed solution
Add setters to accessors of variables declared using let exported from a component
Importance
would make my life easier
russelldavis
Metadata
Metadata
Assignees
Labels
No labels