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/markup
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
..
anchors.ts Fix a number of typescript issues (#32459) 3 months ago
asciicast.ts Convert frontend code to typescript (#31559) 8 months ago
codecopy.ts Fix a number of typescript issues (#32459) 3 months ago
common.ts Fix a number of typescript issues (#32459) 3 months ago
content.ts Fix a number of typescript issues (#32459) 3 months ago
html2markdown.test.ts Support quote selected comments to reply (#32431) 4 months ago
html2markdown.ts Enable Typescript `strictFunctionTypes` (#32911) 2 months ago
math.ts Refactor markdown math render (#32831) 2 months ago
mermaid.ts Fix race condition in mermaid observer (#32599) 3 months ago
tasklist.ts Fix a number of typescript issues (#32459) 3 months ago