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 React codebases(WAT, WalletAuth) #2

Open
avivash opened this issue Oct 21, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@avivash
Copy link
Member

avivash commented Oct 21, 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 👀

@avivash avivash self-assigned this Oct 21, 2022
@avivash
Copy link
Member Author

avivash commented Oct 22, 2022

I've got this published in version 0.0.8 with support for the React codebases. Getting it working for SvelteKit is a bit trickier because I'll need to write a transpiler from scratch, but I'll do that in a follow-up PR 👍🏼

@avivash
Copy link
Member Author

avivash commented Nov 1, 2022

@walkah I'll split this into two different issues and move the React one to the In Production column

@avivash avivash changed the title Add option to remove TypeScript from the selected codebase Add option to remove TypeScript from the React codebases(WAT, WalletAuth) Nov 1, 2022
@avivash avivash added the enhancement New feature or request label Nov 1, 2022
@avivash
Copy link
Member Author

avivash commented Nov 1, 2022

new issue for SvelteKit created here #4

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