Skip to content
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

[offering pr] TypeScript Support #184

Open
wbhob opened this issue Sep 1, 2020 · 1 comment
Open

[offering pr] TypeScript Support #184

wbhob opened this issue Sep 1, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@wbhob
Copy link

wbhob commented Sep 1, 2020

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

It is frustrating to have to build custom types to run alongside this library. I figure, if I'm going to do it anyway, I'd like to see if you'd accept a PR to add TS support.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Write and bundle TypeScript types with this package for those of us using TypeScript.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

We were going to try to write our own types to use alongside this library to get strong typing. We're ending up having to import from 'sveltejs-forms/src/components/Form.svelte' to get type safety, and ideally we wouldn't rebuild from source if at all possible.

Additional context
Add any other context or screenshots about the feature request here.

@wbhob wbhob changed the title TypeScript Support [offering pr] TypeScript Support Sep 1, 2020
@mdauner
Copy link
Owner

mdauner commented Sep 1, 2020

Great idea! Create a PR when you have it

@mdauner mdauner added the enhancement New feature or request label Sep 1, 2020
@mdauner mdauner added the help wanted Extra attention is needed label Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants