You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(svelte): split Internal class into read/write helpers
The svelteState function now branches on arguments.length to instantiate
either InternalRead or InternalWrite. This makes the generated code clearer
and satisfies a developer request while preserving correct typing when
writing undefined.
Added a new unit test covering explicit-undefined write behavior.
0 commit comments