0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-01 07:04:26 +01: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
modules Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
render
standalone
utils Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
vendor
webcomponents
bootstrap.test.ts
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
globals.ts
htmx.ts
index.ts
svg.test.ts
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
utils.ts
vitest.setup.ts