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/modules
silverwind 4b21a6c792
Enable Typescript `noImplicitThis` (#33250)
- Enable https://www.typescriptlang.org/tsconfig/#noImplicitThis
- Wrap Vue Template-Syntax SFCs in
[`defineComponent`](https://vuejs.org/api/general#definecomponent) which
makes type inference and linter work better
- Move `createApp` calls outside the SFCs into separate files
- Use [`PropType`](https://vuejs.org/api/utility-types#proptype-t) where
appropriate
- Some top-level component properties changed order as dictated by the
linter
- Fix all tsc and lint issues that popped up during these refactors
1 month ago
..
fomantic Enable Typescript `noImplicitThis` (#33250) 1 month ago
dirauto.ts Fix some typescript issues (#32586) 3 months ago
fetch.test.ts Convert frontend code to typescript (#31559) 8 months ago
fetch.ts Fix: passkey login not working anymore (#32623) 3 months ago
fomantic.ts Refactor repo-new.ts (#33070) 2 months ago
sortable.ts Refactor repo-projects.ts (#32892) 2 months ago
stores.ts Add types to various low-level functions (#31781) 7 months ago
tippy.ts Enable Typescript `noImplicitThis` (#33250) 1 month ago
toast.test.ts Convert frontend code to typescript (#31559) 8 months ago
toast.ts Fix a number of typescript errors (#32773) 3 months ago
worker.ts Fix some typescript issues (#32586) 3 months ago