1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-19 01:35:59 -04:00
gitea/web_src/js
silverwind 32075d2880
Add types to various low-level functions (#31781)
Adds types to various low-level modules. All changes are type-only, no
runtime changes. `tsc` now reports 38 less errors.

One problem was that `@types/sortablejs` does not accept promise return
in its functions which triggered the linter, so I disabled the rules on
those line.
2024-08-10 09:46:48 +00:00
..
components bump vue-bar-graph (#31705) 2024-08-01 20:42:51 +03:00
features Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
markup Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
modules Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
render Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
standalone Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
utils Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
vendor Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
webcomponents Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
bootstrap.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
globals.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
htmx.ts Add types for js globals (#31586) 2024-07-11 10:20:51 +00:00
index.ts add skip secondary authorization option for public oauth2 clients (#31454) 2024-07-19 14:28:30 -04:00
svg.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
svg.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
types.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
utils.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
utils.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
vitest.setup.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00