feat: support uWebSocket.js #149
Annotations
9 errors
Run pnpm run build
Cannot find module './handler-node-only-uws.js' or its corresponding type declarations.
|
Run pnpm run build
Type '({ request, platformRequest }: { response: HttpResponse; request: HttpRequest; platformRequest: PlatformRequestUws; }) => Response | Promise<Response | undefined> | undefined' is not assignable to type 'Handler<PlatformRequestUws>'.
|
Run pnpm run build
Argument of type 'HttpRequest' is not assignable to parameter of type 'Request'.
|
Run pnpm run build
Argument of type '{ request: HttpRequest; platformRequest: PlatformRequestUws; }' is not assignable to parameter of type '{ response: HttpResponse; request: HttpRequest; platformRequest: PlatformRequestUws; }'.
|
Run pnpm run build
Type 'Promise<void>' is not assignable to type 'Handler<PlatformRequestUws>'.
|
Run pnpm run build
Argument of type '{ platformRequest: PlatformRequestUws; }' is not assignable to parameter of type '{ response: HttpResponse; request: HttpRequest; platformRequest: PlatformRequestUws; }'.
|
Run pnpm run build
Cannot find module './vike-handler-uws.js' or its corresponding type declarations.
|
Run pnpm run build
Type '({ platformRequest }: { platformRequest: PlatformRequestUws; }) => Promise<void>' is not assignable to type 'Promise<void>'.
|
Run pnpm run build
Process completed with exit code 2.
|
Loading