| 44 | }; |
| 45 | |
| 46 | export interface DevServerContext { |
| 47 | tryReconnecting: () => void; |
| 48 | getPlatforms: () => string[]; |
| 49 | getCompilerConnection: (platform: string) => Observable<DevServerMessage>; |
| 50 | getProxyConnection: () => Observable<DevServerMessage>; |
| 51 | } |
| 52 | |
| 53 | export type LogEntry = { |
| 54 | issuer: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…