@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
20 lines (18 loc) • 1.04 kB
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoItemType = void 0;
var InfoItemType;
(function (InfoItemType) {
InfoItemType[InfoItemType["testCompleteSuccess"] = 0] = "testCompleteSuccess";
InfoItemType[InfoItemType["testCompleteFail"] = 1] = "testCompleteFail";
InfoItemType[InfoItemType["info"] = 2] = "info";
InfoItemType[InfoItemType["error"] = 3] = "error";
InfoItemType[InfoItemType["warning"] = 4] = "warning";
InfoItemType[InfoItemType["internalProcessingError"] = 5] = "internalProcessingError";
InfoItemType[InfoItemType["recommendation"] = 6] = "recommendation";
InfoItemType[InfoItemType["featureAggregate"] = 7] = "featureAggregate";
InfoItemType[InfoItemType["testCompleteNoApplicableItemsFound"] = 8] = "testCompleteNoApplicableItemsFound";
})(InfoItemType = exports.InfoItemType || (exports.InfoItemType = {}));
//# sourceMappingURL=../maps/info/IInfoItemData.js.map