feat(tasks): expose req and waitUntil in context #9527
ci.yml
on: pull_request
Matrix: tests-checks
Matrix: tests-rolldown
Matrix: tests-rollup
Annotations
7 errors
|
tests-checks (ubuntu-latest)
Process completed with exit code 2.
|
|
tests-checks (ubuntu-latest):
src/presets/node/runtime/node-server.ts#L44
Property 'waitUntil' does not exist on type 'Server<ServerHandler>'.
|
|
tests-checks (ubuntu-latest):
src/presets/node/runtime/node-middleware.ts#L19
Expected 1 arguments, but got 0.
|
|
tests-checks (ubuntu-latest):
src/presets/node/runtime/node-cluster.ts#L52
Property 'waitUntil' does not exist on type 'Server<ServerHandler>'.
|
|
tests-checks (ubuntu-latest):
src/presets/deno/runtime/deno-server.ts#L44
Property 'waitUntil' does not exist on type 'DenoServer'.
|
|
tests-checks (ubuntu-latest):
src/presets/bun/runtime/bun.ts#L47
Property 'waitUntil' does not exist on type 'BunServer'.
|
|
tests-checks (ubuntu-latest):
src/presets/_nitro/runtime/nitro-dev.ts#L45
Property 'waitUntil' does not exist on type 'Server<typeof IncomingMessage, typeof ServerResponse>'.
|