Searched refs:inspectorProxy (Results 1 – 2 of 2) sorted by relevance
68 let inspectorProxy: InspectorProxy | ExpoInspectorProxy | null = null; variable70 inspectorProxy = createInspectorProxy(metroBundler, config.projectRoot);73 inspectorProxy = new InspectorProxy(config.projectRoot);98 ...(inspectorProxy ? { ...inspectorProxy.createWebSocketListeners(httpServer) } : {}),119 if (inspectorProxy) {124 serverApp.use(inspectorProxy.processRequest.bind(inspectorProxy));
25 const inspectorProxy = new ExpoInspectorProxy( constant30 return inspectorProxy;