mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
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 :) |
||
|---|---|---|
| .. | ||
| feature-evaluator | ||
| advanced-playground.test.ts | ||
| clean-context.test.ts | ||
| clean-context.ts | ||
| createPlaygroundService.ts | ||
| generateObjectCombinations.test.ts | ||
| generateObjectCombinations.ts | ||
| offline-unleash-client.test.ts | ||
| offline-unleash-client.ts | ||
| playground-api.e2e.test.ts | ||
| playground-service.ts | ||
| playground-view-model.test.ts | ||
| playground-view-model.ts | ||
| playground.test.ts | ||
| playground.ts | ||
| validateQueryComplexity.test.ts | ||
| validateQueryComplexity.ts | ||