UNPKG

@alvin917/jsbridge-plugin

Version:
18 lines (17 loc) 811 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BridgeConstant = void 0; class BridgeConstant { } exports.BridgeConstant = BridgeConstant; BridgeConstant.BRIDGE_GEN_TASK_NAME = 'GenerateBridgeMap'; BridgeConstant.BRIDGE_PROCESS_TASK_NAME = 'ProcessBridgeMap'; BridgeConstant.BRIDGE_HAP_PLUGIN_ID = 'bridge_hap_plugin'; BridgeConstant.BRIDGE_HAR_PLUGIN_ID = 'bridge_har_plugin'; BridgeConstant.BRIDGE_HSP_PLUGIN_ID = 'bridge_hsp_plugin'; BridgeConstant.CLASS_ANNOTATION_ARR = ['Bridge']; BridgeConstant.CONFIG_FILE_NAME = 'bridge_config.json'; BridgeConstant.BRIDGE_MAP_NAME = 'bridge_map.json'; BridgeConstant.BRIDGE_RULES_NAME = 'bridge-rules.txt'; BridgeConstant.BRIDGE_MAP_METADATA_NAME = 'bridgeMap'; BridgeConstant.BRIDGE_MAP_METADATA_RESOURCE = '$profile:bridge_map';