-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Restructure JS files #30480
Restructure JS files #30480
Conversation
Please do not do so too early. It would make backporting much more difficult. |
Hmm we could postpone this after 1.22 release for when the backport volume has settled. I would also like to do the typescript which is another big upcoming refactor. |
Quote my comment again:
|
So eiter we wait with this 1-2 months or do it now and backport it (assuming not too much work). I think I lean towards backporting it. It's completely without risk, eslint catches all |
But there are still some frontend refactoring not backported. I don't know how you would clean up these problems. TBH the 1.22-rc0 release procedure is totally a mess, since it is already a mess, I could be neutral and won't block. |
Let's do this later together with the typescript. |
Pure file renames. Now the folders in
web_src
have no nested folders in it, everything inside those folders is "flat" which I find easier to work with and the amount of files infeatures
is drastically reduced by moving allrepo-*
files torepo
subdirectory.