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 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
..
components Enable Typescript `noImplicitThis` (#33250) 1 month ago
features Enable Typescript `noImplicitThis` (#33250) 1 month ago
markup Enable Typescript `strictFunctionTypes` (#32911) 2 months ago
modules Enable Typescript `noImplicitThis` (#33250) 1 month ago
render Fix a number of Typescript issues (#31877) 6 months ago
standalone Fix a number of Typescript issues (#31877) 6 months ago
utils Enable Typescript `strictFunctionTypes` (#32911) 2 months ago
vendor Fix areYouSure confirm (#32941) 2 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) 7 months ago
globals.d.ts Refactor repo-new.ts (#33070) 2 months ago
globals.ts Convert frontend code to typescript (#31559) 8 months ago
htmx.ts Enable Typescript `strictFunctionTypes` (#32911) 2 months ago
index.ts Enable Typescript `noImplicitThis` (#33250) 1 month ago
svg.test.ts Fix a number of Typescript issues (#31877) 6 months ago
svg.ts Enable Typescript `noImplicitThis` (#33250) 1 month ago
types.ts Refactor RepoBranchTagSelector (#32681) 3 months ago
utils.test.ts Refactor HTMLFormat, update chroma render, fix js error (#33136) 2 months ago
utils.ts Refactor HTMLFormat, update chroma render, fix js error (#33136) 2 months ago
vitest.setup.ts Fix a number of Typescript issues (#31877) 6 months ago