(method: string, params: P)
| 134 | } |
| 135 | |
| 136 | function writeNotification<P>(method: string, params: P): void { |
| 137 | writeLine({ jsonrpc: "2.0", method, params }); |
| 138 | } |
| 139 | |
| 140 | function errorResponse( |
| 141 | id: JsonRpcRequest["id"] | null, |
no test coverage detected