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
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`.
3 months ago
..
components Enable Typescript `strictFunctionTypes` (#32911) 3 months ago
features Enable Typescript `strictFunctionTypes` (#32911) 3 months ago
markup Enable Typescript `strictFunctionTypes` (#32911) 3 months ago
modules Enable Typescript `strictFunctionTypes` (#32911) 3 months ago
render Fix a number of Typescript issues (#31877) 7 months ago
standalone Fix a number of Typescript issues (#31877) 7 months ago
utils Enable Typescript `strictFunctionTypes` (#32911) 3 months ago
vendor Fix areYouSure confirm (#32941) 3 months ago
webcomponents Rearrange Clone Panel (#31142) 3 months ago
bootstrap.test.ts Convert frontend code to typescript (#31559) 8 months ago
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 8 months ago
globals.d.ts Move RepoBranchTagSelector init outside the SFC (#32890) 3 months ago
globals.ts Convert frontend code to typescript (#31559) 8 months ago
htmx.ts Enable Typescript `strictFunctionTypes` (#32911) 3 months ago
index.ts Refactor issue filter (labels, poster, assignee) (#32771) 3 months ago
svg.test.ts Fix a number of Typescript issues (#31877) 7 months ago
svg.ts Fix incomplete Actions status aggregations (#32859) 3 months ago
types.ts Refactor RepoBranchTagSelector (#32681) 3 months ago
utils.test.ts Add avif image file support (#32508) 4 months ago
utils.ts Fix remaining typescript issues, enable `tsc` (#32840) 3 months ago
vitest.setup.ts Fix a number of Typescript issues (#31877) 7 months ago