1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00
gitea/web_src/js/modules
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
..
fomantic
dirauto.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
fetch.test.ts
fetch.ts
fomantic.ts
sortable.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
stores.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
tippy.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
toast.test.ts
toast.ts
worker.ts