1
1
mirror of https://github.com/go-gitea/gitea synced 2024-11-15 06:34:25 +00:00
gitea/web_src/js/utils
silverwind 8107823026
Fix a number of typescript issues (#32308)
- Prefer
[window.location.assign](https://developer.mozilla.org/en-US/docs/Web/API/Location/assign)
over assigning to
[window.location](https://developer.mozilla.org/en-US/docs/Web/API/Window/location)
which typescript does not like. This works in all browsers including
PaleMoon.
- Fix all typescript issues in `web_src/js/webcomponents`, no behaviour
changes.
- ~~Workaround bug in `@typescript-eslint/no-unnecessary-type-assertion`
rule.~~
- Omit vendored file from type checks.
- `tsc` error count is reduce by 53 with these changes.
2024-10-31 14:57:40 +00:00
..
color.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
color.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
dom.test.ts Fix suggestions for issues (#32380) 2024-10-30 20:06:36 +00:00
dom.ts Fix a number of typescript issues (#32308) 2024-10-31 14:57:40 +00:00
image.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
image.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
match.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
match.ts Fix suggestions for issues (#32380) 2024-10-30 20:06:36 +00:00
time.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
time.ts Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
url.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
url.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00