Create separate directory for overlay source code

This commit is contained in:
Henry Mercer
2026-02-17 13:37:57 +00:00
parent b1b1e44da9
commit d1bdc0ea05
24 changed files with 57 additions and 62 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { getApiClient } from "./api-client";
import type { CodeQL } from "./codeql";
import * as defaults from "./defaults.json";
import { Logger } from "./logging";
import { CODEQL_OVERLAY_MINIMUM_VERSION } from "./overlay-database-utils";
import { CODEQL_OVERLAY_MINIMUM_VERSION } from "./overlay";
import { RepositoryNwo } from "./repository";
import { ToolsFeature } from "./tools-features";
import * as util from "./util";