0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-25 08:11:19 +01:00
gitea/web_src/js/utils
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
..
color.test.ts
color.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
dom.test.ts
dom.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
image.test.ts
image.ts
match.test.ts
match.ts
time.test.ts
time.ts
url.test.ts
url.ts