0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-08 11:57:30 -05:00
Files
gitea/web_src/js
silverwind 37208fef7e Fix a number of strictNullChecks-related issues (#35795)
In preparation to work on enabling
https://www.typescriptlang.org/tsconfig/#strictNullChecks, I fixed all
the issues outside of `web_src` that came up when the option was
enabled. There was also one lint issue in web_src that apparently only
came up with the option enabled, so I fixed that as well.

`isTruthy` is introduced because Typescript has a bug regarding
`filter(Boolean)` which they are seemingly unwilling to fix.

---------

Signed-off-by: silverwind <me@silverwind.io>
2025-11-03 20:17:06 +00:00
..
2025-09-14 19:15:06 +03:00
2024-12-21 12:11:22 -05:00
2025-07-06 04:55:16 +00:00
2025-07-06 04:55:16 +00:00
2025-07-06 04:55:16 +00:00
2025-07-06 04:55:16 +00:00
2025-07-09 16:46:51 +00:00