1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib/features/export-import-toggles
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
..
createExportImportService.ts refactor: Context service feature oriented (#9052) 2025-01-03 10:23:47 +01:00
export-import-api-usage.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
export-import-controller.ts 1-3060: remove features export import flag (#8890) 2024-12-02 09:26:06 +00:00
export-import-permissions.e2e.test.ts chore: make it build with strict null checks set to true (#9554) 2025-03-19 10:01:49 +01:00
export-import-service.ts chore: make it build with strict null checks set to true (#9554) 2025-03-19 10:01:49 +01:00
export-import.e2e.test.ts chore: stop using feature service v2 (#9500) 2025-03-12 11:44:47 +01:00
import-context-validation.test.ts
import-context-validation.ts refactor: Context service feature oriented (#9052) 2025-01-03 10:23:47 +01:00
import-data.json chore: change to fs/promises and add an import from file e2e test (#7240) 2024-06-03 12:10:12 +02:00
import-permissions-service.ts chore: make it build with strict null checks set to true (#9554) 2025-03-19 10:01:49 +01:00
import-toggles-store-type.ts
import-toggles-store.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
import-validation-messages.ts refactor: Context service feature oriented (#9052) 2025-01-03 10:23:47 +01:00