feat: support uWebSocket.js #150
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.
|