You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 months ago
..
color.test.ts Convert frontend code to typescript (#31559) 7 months ago
color.ts Add types to various low-level functions (#31781) 6 months ago
dom.test.ts Fix createElementFromAttrs bug (#31751) 6 months ago
dom.ts Add types to various low-level functions (#31781) 6 months ago
image.test.ts Convert frontend code to typescript (#31559) 7 months ago
image.ts Convert frontend code to typescript (#31559) 7 months ago
match.test.ts Convert frontend code to typescript (#31559) 7 months ago
match.ts Convert frontend code to typescript (#31559) 7 months ago
time.test.ts Convert frontend code to typescript (#31559) 7 months ago
time.ts Convert frontend code to typescript (#31559) 7 months ago
url.test.ts Convert frontend code to typescript (#31559) 7 months ago
url.ts Convert frontend code to typescript (#31559) 7 months ago