Skip to content

feat: support uWebSocket.js #149

feat: support uWebSocket.js

feat: support uWebSocket.js #149

Triggered via pull request October 21, 2024 13:11
Status Failure
Total duration 1m 15s
Artifacts

ci.yml

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

Annotations

18 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 }: { response: HttpResponse; request: HttpRequest; platformRequest: PlatformRequestUws; }) => Response | Promise<Response | undefined> | undefined' is not assignable to type 'Handler<PlatformRequestUws>'.
pnpm run test (ubuntu-latest)
Argument of type 'HttpRequest' is not assignable to parameter of type 'Request'.
pnpm run test (ubuntu-latest)
Argument of type '{ request: HttpRequest; platformRequest: PlatformRequestUws; }' is not assignable to parameter of type '{ response: HttpResponse; request: HttpRequest; platformRequest: PlatformRequestUws; }'.
pnpm run test (ubuntu-latest)
Type 'Promise<void>' is not assignable to type 'Handler<PlatformRequestUws>'.
pnpm run test (ubuntu-latest)
Argument of type '{ platformRequest: PlatformRequestUws; }' is not assignable to parameter of type '{ response: HttpResponse; request: HttpRequest; platformRequest: PlatformRequestUws; }'.
pnpm run test (ubuntu-latest)
Cannot find module './vike-handler-uws.js' or its corresponding type declarations.
pnpm run test (ubuntu-latest)
Type '({ platformRequest }: { platformRequest: PlatformRequestUws; }) => Promise<void>' is not assignable to type 'Promise<void>'.
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 }: { response: HttpResponse; request: HttpRequest; platformRequest: PlatformRequestUws; }) => Response | Promise<Response | undefined> | undefined' is not assignable to type 'Handler<PlatformRequestUws>'.
pnpm run test (windows-latest)
Argument of type 'HttpRequest' is not assignable to parameter of type 'Request'.
pnpm run test (windows-latest)
Argument of type '{ request: HttpRequest; platformRequest: PlatformRequestUws; }' is not assignable to parameter of type '{ response: HttpResponse; request: HttpRequest; platformRequest: PlatformRequestUws; }'.
pnpm run test (windows-latest)
Type 'Promise<void>' is not assignable to type 'Handler<PlatformRequestUws>'.
pnpm run test (windows-latest)
Argument of type '{ platformRequest: PlatformRequestUws; }' is not assignable to parameter of type '{ response: HttpResponse; request: HttpRequest; platformRequest: PlatformRequestUws; }'.
pnpm run test (windows-latest)
Cannot find module './vike-handler-uws.js' or its corresponding type declarations.
pnpm run test (windows-latest)
Type '({ platformRequest }: { platformRequest: PlatformRequestUws; }) => Promise<void>' is not assignable to type 'Promise<void>'.
pnpm run test (windows-latest)
Process completed with exit code 1.