Skip to content

feat: support uWebSocket.js #150

feat: support uWebSocket.js

feat: support uWebSocket.js #150

Triggered via pull request October 21, 2024 14:25
@rtrittortritto
synchronize #22
rtritto:uws
Status Failure
Total duration 1m 32s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors
pnpm run test (ubuntu-latest)
Cannot find module './handler-node-only-uws.js' or its corresponding type declarations.
pnpm run test (ubuntu-latest)
Type '({ request, platformRequest }: { res: HttpResponse; platformRequest: PlatformRequestUws; }) => Response | Promise<Response | undefined> | undefined' is not assignable to type 'HandlerUws<PlatformRequestUws>'.
pnpm run test (ubuntu-latest)
Property 'request' does not exist on type '{ res: HttpResponse; platformRequest: PlatformRequestUws; }'.
pnpm run test (ubuntu-latest)
Object literal may only specify known properties, and 'request' does not exist in type '{ res: HttpResponse; platformRequest: PlatformRequestUws; }'.
pnpm run test (ubuntu-latest)
Argument of type '{ platformRequest: PlatformRequestUws; }' is not assignable to parameter of type '{ res: HttpResponse; platformRequest: PlatformRequestUws; }'.
pnpm run test (ubuntu-latest)
Process completed with exit code 2.
pnpm run test (windows-latest)
Cannot find module './handler-node-only-uws.js' or its corresponding type declarations.
pnpm run test (windows-latest)
Type '({ request, platformRequest }: { res: HttpResponse; platformRequest: PlatformRequestUws; }) => Response | Promise<Response | undefined> | undefined' is not assignable to type 'HandlerUws<PlatformRequestUws>'.
pnpm run test (windows-latest)
Property 'request' does not exist on type '{ res: HttpResponse; platformRequest: PlatformRequestUws; }'.
pnpm run test (windows-latest)
Object literal may only specify known properties, and 'request' does not exist in type '{ res: HttpResponse; platformRequest: PlatformRequestUws; }'.
pnpm run test (windows-latest)
Argument of type '{ platformRequest: PlatformRequestUws; }' is not assignable to parameter of type '{ res: HttpResponse; platformRequest: PlatformRequestUws; }'.
pnpm run test (windows-latest)
Process completed with exit code 1.