aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/globals.d.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining typescript issues, enable `tsc` (#32840)silverwind2024-12-161-2/+13
| | | | | | | | | | | | Fixes 79 typescript errors. Discovered at least two bugs in `notifications.ts`, and I'm pretty sure this feature was at least partially broken and may still be, I don't really know how to test it. After this, only like ~10 typescript errors remain in the codebase but those are harder to solve. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix a number of typescript errors (#32773)silverwind2024-12-111-0/+2
| | | | | | | Fixes 96 typescript errors. Behaviour changes are commented below. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix some typescript issues (#32586)silverwind2024-11-211-0/+4
| | | Fixes around 30 or so typescript errors. No runtime changes.
* Move web globals to `web_src/js/globals.d.ts` (#31943)silverwind2024-08-301-0/+61
This file serves exclusively to support `web_src/js`, so move it there.