-
Notifications
You must be signed in to change notification settings - Fork 31
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
Typescript types? #49
Comments
There aren’t but I should add them. Do you have an example repo that implements them? |
I don't yet, but I have considered starting a set. Unfortunately, at the moment I don't have the free time to spare. Maybe soon -- thanks for confirming. |
Are you open to converting the code base to TS? Looking at the source, I'm wondering if that isn't too much more work then creating a .d.ts file. |
Yeah I think it's a good idea – I just want to see how other svelte projects have implemented them / best practices etc. |
I'm tinkering with the best way to do this on the kit branch. I'm finding a lack of great docs and examples, though so if anyone has any ideas on best practices, please let me know. |
I add my interfaces and types in the |
The kit branch now has these if anyone wants to test: /~https://github.com/mhkeller/layercake/tree/kit |
I'm going to close these in favor of this issue: #56 any testing would still be appreciated! |
@mhkeller Thanks for looking at this. I had to walk away from that project for a little while but I hope to get back to it by latest early next week. I will try out #56 and give feed/help as needed when I do so if the PR is still open. In the meantime I had gone the same route as @pierreminik and built my own |
Sorry if this is the wrong place to ask, but don't see any other community forum/chat.
I just wanted to verify that I am not missing user contributed Typescript types for Layer Cake that you might be aware of?
The text was updated successfully, but these errors were encountered: