Add computedConfig property to Config type

This commit is contained in:
Michael B. Gale
2025-09-02 12:27:58 +01:00
parent 9f5a64c949
commit c4d2772a75
14 changed files with 982 additions and 1336 deletions

View File

@@ -360,6 +360,7 @@ export function createTestConfig(overrides: Partial<Config>): Config {
languages: [],
buildMode: undefined,
originalUserInput: {},
computedConfig: {},
tempDir: "",
codeQLCmd: "",
gitHubVersion: {