1
1
mirror of https://github.com/go-gitea/gitea synced 2024-12-22 08:34:26 +00:00
gitea/web_src/js/modules
silverwind c0e80dbe26
Enable Typescript strictFunctionTypes (#32911)
1. Enable
[strictFunctionTypes](https://www.typescriptlang.org/tsconfig/#strictFunctionTypes)
2. Introduce `DOMEvent` helper type which sets `e.target`. Surely not
totally correct with that `Partial` but seems to work.
3. Various type-related refactors, change objects in
`eventsource.sharedworker.ts` to `Map`.
2024-12-22 02:59:25 +08:00
..
fomantic Fix duplicate dropdown dividers (#32760) 2024-12-09 07:54:59 +00:00
dirauto.ts Fix some typescript issues (#32586) 2024-11-21 13:57:42 +00:00
fetch.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
fetch.ts Fix: passkey login not working anymore (#32623) 2024-11-26 16:04:17 +00:00
fomantic.ts Fix some typescript issues (#32586) 2024-11-21 13:57:42 +00:00
sortable.ts Refactor repo-projects.ts (#32892) 2024-12-19 08:37:12 +00:00
stores.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
tippy.ts Enable Typescript strictFunctionTypes (#32911) 2024-12-22 02:59:25 +08:00
toast.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
toast.ts Fix a number of typescript errors (#32773) 2024-12-11 09:29:04 +01:00
worker.ts Fix some typescript issues (#32586) 2024-11-21 13:57:42 +00:00