mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
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> |
||
|---|---|---|
| .. | ||
| components | ||
| features | ||
| markup | ||
| modules | ||
| render | ||
| standalone | ||
| utils | ||
| vendor | ||
| webcomponents | ||
| bootstrap.test.ts | ||
| bootstrap.ts | ||
| globals.d.ts | ||
| globals.ts | ||
| htmx.ts | ||
| index-domready.ts | ||
| index.ts | ||
| svg.test.ts | ||
| svg.ts | ||
| types.ts | ||
| utils.test.ts | ||
| utils.ts | ||
| vitest.setup.ts | ||