-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: customization of widgets config types #170
Conversation
Codecov Report
@@ Coverage Diff @@
## main #170 +/- ##
==========================================
+ Coverage 88.85% 89.11% +0.25%
==========================================
Files 58 61 +3
Lines 1472 1488 +16
Branches 229 232 +3
==========================================
+ Hits 1308 1326 +18
Misses 125 125
+ Partials 39 37 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
7515bdb
to
146021a
Compare
146021a
to
3407f42
Compare
svelte/headless/utils.ts
Outdated
import type {ComponentType, SvelteComponent} from 'svelte'; | ||
import {getContext, setContext, createEventDispatcher as svelteCreateEventDispatcher} from 'svelte'; | ||
import {createEventDispatcher as svelteCreateEventDispatcher} from 'svelte'; | ||
import {useSvelteSlot, type SlotContent, type SlotSvelteComponent, type SlotsPresent} from './slotTypes'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import type separate
3407f42
to
4f250df
Compare
@ExFlo Thank you for your review! |
No description provided.