1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib/features/project-insights
Christopher Kolstad efcf04487d
chore: make it build with strict null checks set to true (#9554)
As part of preparation for ESM and node/TSC updates, this PR will make
Unleash build with strictNullChecks set to true, since that's what's in
our tsconfig file. Hence, this PR also removes the `--strictNullChecks
false` flag in our compile tasks in package.json.

TL;DR - Clean up your code rather than turning off compiler security
features :)
2025-03-19 10:01:49 +01:00
..
createProjectInsightsService.ts feat: only display oss included projects/environments when install is oss (#8896) 2024-12-19 14:33:54 +01:00
project-insights-controller.ts chore: remove unstable label from GA metrics features (#7433) 2024-06-24 13:32:35 +02:00
project-insights-service.e2e.test.ts feat: start using event service composition root (#7871) 2024-08-15 08:33:46 +03:00
project-insights-service.test.ts refactor: remove change requests from project insights api (#6685) 2024-03-25 14:44:32 +01:00
project-insights-service.ts chore: make it build with strict null checks set to true (#9554) 2025-03-19 10:01:49 +01:00
projects-insights.e2e.test.ts refactor: remove change requests from project insights api (#6685) 2024-03-25 14:44:32 +01:00