1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib/features/playground
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
..
feature-evaluator chore: make it build with strict null checks set to true (#9554) 2025-03-19 10:01:49 +01:00
advanced-playground.test.ts chore: Create test db from template (#9265) 2025-02-11 13:01:43 +01:00
clean-context.test.ts feat: playground api returns removed context values under a new warnings property (#6784) 2024-04-08 08:47:22 +02:00
clean-context.ts feat: playground api returns removed context values under a new warnings property (#6784) 2024-04-08 08:47:22 +02:00
createPlaygroundService.ts chore: stop using feature service v2 (#9500) 2025-03-12 11:44:47 +01:00
generateObjectCombinations.test.ts
generateObjectCombinations.ts
offline-unleash-client.test.ts chore: make it build with strict null checks set to true (#9554) 2025-03-19 10:01:49 +01:00
offline-unleash-client.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
playground-api.e2e.test.ts chore: composition root playground service (#7710) 2024-07-31 14:44:57 +02:00
playground-service.ts chore: stop using feature service v2 (#9500) 2025-03-12 11:44:47 +01:00
playground-view-model.test.ts
playground-view-model.ts feat: playground api returns removed context values under a new warnings property (#6784) 2024-04-08 08:47:22 +02:00
playground.test.ts feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
playground.ts refactor: encapsulate playground limit in service (#7700) 2024-07-30 12:40:27 +02:00
validateQueryComplexity.test.ts
validateQueryComplexity.ts