-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add types for svelte-filepond
#18
Conversation
Fixes #13 |
Thanks Nick going to check this out as soon as possible. |
@rikschennink : is this PR ok for you ? 😃 |
@pierre-H Haven't gotten around to it yet. |
* Comma-separated list of accepted file types | ||
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#attr-accept | ||
**/ | ||
acceptedFileTypes?: string; |
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.
This conflicts with the filepond-plugin-file-validate-type plugin, it says it should accept a string[]
but this says it should be a string
. The plugin already has TypeScript support so this line should be removed.
I hope this could be merged soon |
This PR:
svelte
to^3.31
because theSvelteComponentTyped
required to do this was added in that release.rollup-plugin-svelte
to v6.1.1, which fixes a broken require that was throwing when running the buildrollup-plugin-svelte
but it requires upgrading rollup to v2, a new major.dist/
folder of this package (this could possibly be removed asnpm run build
is also theprepublish
action?)