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 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`.
2 months ago
..
color.test.ts Convert frontend code to typescript (#31559) 7 months ago
color.ts Fix a number of Typescript issues (#31877) 6 months ago
dom.test.ts Bypass vitest bug (#32647) 3 months ago
dom.ts Enable Typescript `strictFunctionTypes` (#32911) 2 months ago
image.test.ts Convert frontend code to typescript (#31559) 7 months ago
image.ts Fix a number of Typescript issues (#31877) 6 months ago
match.test.ts Convert frontend code to typescript (#31559) 7 months ago
match.ts Change typescript `module` to `nodenext` (#32757) 2 months ago
testhelper.ts Make frontend unit test code could know it is in testing (#32656) 3 months ago
time.test.ts Convert frontend code to typescript (#31559) 7 months ago
time.ts Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2 months ago
url.test.ts Rearrange Clone Panel (#31142) 2 months ago
url.ts Rearrange Clone Panel (#31142) 2 months ago