Introduce codeql.supportsFeature

This is a slightly simpler API
This commit is contained in:
Henry Mercer 2024-01-30 21:53:24 +00:00
parent 0166a8a567
commit 55c1fd5777
21 changed files with 63 additions and 51 deletions

1
lib/tools-features.js generated
View file

@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
exports.isSupportedToolsFeature = exports.ToolsFeature = void 0;
var ToolsFeature;
(function (ToolsFeature) {
ToolsFeature["BuildModeOption"] = "buildModeOption";
ToolsFeature["IndirectTracingSupportsStaticBinaries"] = "indirectTracingSupportsStaticBinaries";
ToolsFeature["SetsCodeqlRunnerEnvVar"] = "setsCodeqlRunnerEnvVar";
})(ToolsFeature || (exports.ToolsFeature = ToolsFeature = {}));