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
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:
isolatedModulessettingfoo.bar!)selectableGroupsin group multi-select