Introduce codeql.supportsFeature
This is a slightly simpler API
This commit is contained in:
parent
0166a8a567
commit
55c1fd5777
21 changed files with 63 additions and 51 deletions
1
lib/tools-features.js
generated
1
lib/tools-features.js
generated
|
|
@ -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 = {}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue