-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Convert frontend code to typescript #31559
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
Conversation
Is |
Ah I wasn't sure about it, thought scripts were already interpreted as typscript and it obviously can import |
Fixed in 4f814fb. Initially adding |
73ec049
to
6637d71
Compare
Sorry for all the merge conflicts this will cause 😢. |
* giteaofficial/main: Use FullName in Emails to address the recipient if possible (go-gitea#31527) Don't show hidden labels when filling out an issue template (go-gitea#31576) [skip ci] Updated translations via Crowdin Convert frontend code to typescript (go-gitea#31559) [skip ci] Updated translations via Crowdin
None of the frontend js/ts files was touched besides these two commands (edit: no longer true, I touched one file in 61105d0 because of a deprecation that was not showing before the rename).
tsc
currently reports 778 errors, so I have disabled it in CI as planned.Everything appears to work fine.