@hippy/debug-server-next
Version:
Debug server for hippy.
44 lines (43 loc) • 2.03 kB
JavaScript
;
/*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2017-2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.HMREventMap = void 0;
var HMREventMap;
(function (HMREventMap) {
HMREventMap[HMREventMap["Hot"] = 1] = "Hot";
HMREventMap[HMREventMap["LiveReload"] = 2] = "LiveReload";
HMREventMap[HMREventMap["Invalid"] = 3] = "Invalid";
HMREventMap[HMREventMap["Hash"] = 4] = "Hash";
HMREventMap[HMREventMap["Logging"] = 5] = "Logging";
HMREventMap[HMREventMap["Overlay"] = 6] = "Overlay";
HMREventMap[HMREventMap["Reconnect"] = 7] = "Reconnect";
HMREventMap[HMREventMap["Progress"] = 8] = "Progress";
HMREventMap[HMREventMap["Ok"] = 9] = "Ok";
HMREventMap[HMREventMap["Warnings"] = 10] = "Warnings";
HMREventMap[HMREventMap["Errors"] = 11] = "Errors";
HMREventMap[HMREventMap["Error"] = 12] = "Error";
HMREventMap[HMREventMap["Close"] = 13] = "Close";
HMREventMap[HMREventMap["ProgressUpdate"] = 14] = "ProgressUpdate";
HMREventMap[HMREventMap["StillOk"] = 15] = "StillOk";
HMREventMap[HMREventMap["ContentChanged"] = 16] = "ContentChanged";
HMREventMap[HMREventMap["StaticChanged"] = 17] = "StaticChanged";
HMREventMap[HMREventMap["TransferFile"] = 18] = "TransferFile";
})(HMREventMap = exports.HMREventMap || (exports.HMREventMap = {}));