Remove FeaturesInVersionResult
This commit is contained in:
parent
abb71f14cf
commit
7b0b42afec
3 changed files with 1 additions and 3 deletions
1
lib/tools-features.js
generated
1
lib/tools-features.js
generated
|
|
@ -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 = {}));
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue