Remove FeaturesInVersionResult

This commit is contained in:
Michael B. Gale 2023-10-04 19:39:28 +01:00
parent abb71f14cf
commit 7b0b42afec
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
3 changed files with 1 additions and 3 deletions

1
lib/tools-features.js generated
View file

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