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/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.
6 months ago
..
fomantic Convert frontend code to typescript (#31559) 7 months ago
dirauto.ts Add types to various low-level functions (#31781) 6 months ago
fetch.test.ts Convert frontend code to typescript (#31559) 7 months ago
fetch.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
fomantic.ts Convert frontend code to typescript (#31559) 7 months ago
sortable.ts Add types to various low-level functions (#31781) 6 months ago
stores.ts Add types to various low-level functions (#31781) 6 months ago
tippy.ts Add types to various low-level functions (#31781) 6 months ago
toast.test.ts Convert frontend code to typescript (#31559) 7 months ago
toast.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
worker.ts Convert frontend code to typescript (#31559) 7 months ago