feat: support cross-process interception via setupRemoteServer
#2072
ci.yml
on: pull_request
build (18)
34s
build (20)
47s
test (unit) (18)
0s
test (node.js) (18)
0s
test (e2e) (18)
0s
test (browser)
0s
test (react-native)
0s
test (node.js) (20)
0s
Annotations
6 errors
build (18):
src/node/setupRemoteServer.ts#L320
Argument of type '[{ requestId: string; request: Request; response: Response | undefined; error: Error | undefined; }]' is not assignable to parameter of type '[args: { request: Request; requestId: string; }] | [args: { request: Request; requestId: string; }] | [args: { request: Request; requestId: string; }] | [args: { request: Request; requestId: string; }] | [args: ...] | [args: ...] | [args: ...]'.
|
build (18):
src/core/SetupApi.ts#L74
Property 'request' does not exist on type '{}'.
|
build (18)
Process completed with exit code 1.
|
build (20):
src/node/setupRemoteServer.ts#L320
Argument of type '[{ requestId: string; request: Request; response: Response | undefined; error: Error | undefined; }]' is not assignable to parameter of type '[args: { request: Request; requestId: string; }] | [args: { request: Request; requestId: string; }] | [args: { request: Request; requestId: string; }] | [args: { request: Request; requestId: string; }] | [args: ...] | [args: ...] | [args: ...]'.
|
build (20):
src/core/SetupApi.ts#L74
Property 'request' does not exist on type '{}'.
|
build (20)
Process completed with exit code 1.
|