Base branch for protocol v2 #1067
Annotations
11 errors and 2 warnings
|
router/serverProc.ts#L19
'PartialTransportMessage' is declared but its value is never read.
|
router/serverProc.ts#L21
'Readable' is declared but its value is never read.
|
router/serverProc.ts#L23
'StreamId' is declared but never used.
|
router/serverProc.ts#L71
'isStreamOpen' cannot be used as a value because it was exported using 'export type'.
|
router/serverProc.ts#L179
Type 'OkResult<{ readonly sessionMetadata: ParsedMetadata; readonly procedure: AnyProcedure<object>; readonly procedureName: string; readonly service: Service<object, ProcedureMap>; ... 9 more ...; readonly passInitAsDataForBackwardsCompat: boolean; }>' is not assignable to type 'Result<ServerProc, { code: "INTERNAL_RIVER_ERROR" | "INVALID_REQUEST"; message: string; }>'.
|
router/serverProc.ts#L200
'requestReadable' is declared but its value is never read.
|
router/serverProc.ts#L205
'responseWritable' is declared but its value is never read.
|
router/serverProc.ts#L237
'doTheThing' is declared but its value is never read.
|
router/serverProc.ts#L240
Cannot find name 'InputErrResultSchema'.
|
router/serverProc.ts#L254
Property 'abortStream' does not exist on type 'ServerProc'.
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job failed
Loading