Home
last modified time | relevance | path

Searched refs:WS (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/ts-declarations/metro-inspector-proxy/
H A Dindex.d.ts7 import WS from 'ws';
34 socket: WS;
75 createWebSocketListeners(server: HttpServer | HttpsServer): Record<string, WS.Server>;
93 _createDeviceConnectionWSServer(): WS.Server;
102 _createDebuggerConnectionWSServer(): WS.Server;
113 _deviceSocket: WS;
134 constructor(id: number, name: string, app: string, socket: WS, projectRoot: string);
145 handleDebuggerConnection(socket: WS, pageId: string): void;
173 socket: WS
/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/__tests__/
H A Dproxy.test.ts6 import WS from 'ws';
129 let deviceWs: WS | null = null;
130 let debuggerWs: WS | null = null;
133 deviceWs = new WS(deviceWebSocketUrl);
158 let deviceWs: WS | null = null;
159 let debuggerWs: WS | null = null;
162 deviceWs = new WS(deviceWebSocketUrl);
191 let oldDeviceWs: WS | null = null;
192 let newDeviceWs: WS | null = null;
193 let debuggerWs: WS | null = null;
[all …]
/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/
H A Ddevice.ts3 import type WS from 'ws'; alias
75 handleDebuggerConnectionWithType(socket: WS, pageId: string, debuggerType: DebuggerType): void {
94 socket: WS
H A Dproxy.ts5 import WS, { Server as WSServer } from 'ws';
73 const wss = new WS.Server({
135 const wss = new WS.Server({