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
svelte currently have their own fork of clack so they could patch certain things.
A quick bit of git-fu shows me that clack core only has the following differences:
return types to satisfy their isolatedModules setting
non-null assertions to satisfy their linter/tsconfig (i.e. foo.bar!)
selectableGroups in group multi-select
this one has no git history on their end, it just existed from the start. we don't seem to have a trace of it either, so it does seem to be a feature they added
it basically disallows selecting the group options in the select
The text was updated successfully, but these errors were encountered:
svelte currently have their own fork of clack so they could patch certain things.
A quick bit of git-fu shows me that clack core only has the following differences:
isolatedModules
settingfoo.bar!
)selectableGroups
in group multi-selectThe text was updated successfully, but these errors were encountered: