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

Add option to remove TypeScript from the SvelteKit codebases(WAT, WalletAuth) #4

Closed
avivash opened this issue Nov 1, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@avivash
Copy link
Member

avivash commented Nov 1, 2022

CRA and Next both allow you to generate non-TS versions of their codebases. It would be cool we could do the same. tsc, which was a transpiler that enabled this has been deprecated, but it may be worth investigating other solutions Scratch that, apparently tsc lives within the typescript package now. So i'm going to see if it's useable for this 👀

This has been implemented for the React codebases already, but we getting it working for SvelteKit is a bit trickier because I'll need to write a transpiler from scratch, so I've separated this into a separate issue than #2 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant