feat(extension-system): introduce configuration resolvers #1857
Annotations
10 errors
Run pnpm check:types:
src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
|
Run pnpm check:types:
src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
|
Run pnpm check:types:
src/client/properties/extensions/extensions.test.ts#L78
Argument of type 'InferFromPipeline<InferFromDefinition<BaseDefinition, readonly [{ readonly name: "encode"; readonly input: { [x: string]: any; }; readonly output: { [x: string]: any; }; readonly slots: {}; readonly run: StepRunner<any, any, any>; }, { readonly name: "pack"; readonly input: { [x: string]: any; }; readonly output: { [x: string]: any; }; readonly slots: {}; readonly run: StepRunner<any, any, any>; }, { readonly name: "exchange"; readonly input: { [x: string]: any; }; readonly output: { [x: string]: any; }; readonly slots: {}; readonly run: StepRunner<any, any, any>; }, { readonly name: "unpack"; readonly input: { [x: string]: any; }; readonly output: { [x: string]: any; }; readonly slots: {}; readonly run: StepRunner<any, any, any>; }, { readonly name: "decode"; readonly input: { [x: string]: any; }; readonly output: { [x: string]: any; }; readonly slots: {}; readonly run: StepRunner<any, any, any>; }]>>' is not assignable to parameter of type 'InferFromPipeline<InferFromDefinition<BaseDefinitionEmpty, readonly [{ readonly name: "encode"; readonly input: { request: RequestAnalyzedInput; state: Context; }; readonly output: { request: RequestAnalyzedInput; state: Context; }; readonly slots: {}; readonly run: StepRunner<any, any, any>; }, { readonly name: "pack"; readonly input: { request: RequestAnalyzedInput; state: Context; }; readonly output: {}; readonly slots: {}; readonly run: StepRunner<any, any, any>; }, { readonly name: "exchange"; readonly input: {}; readonly output: {}; readonly slots: {}; readonly run: StepRunner<any, any, any>; }, { readonly name: "unpack"; readonly input: {}; readonly output: {}; readonly slots: {}; readonly run: StepRunner<any, any, any>; }, { readonly name: "decode"; readonly input: { state: Context; result: FormattedExecutionResult<ObjMap<unknown>, ObjMap<unknown>>; }; readonly output: { errors?: readonly (GraphQLError | GraphQLFormattedError)[] | undefined; data?: SomeObjectData | null | undefined; extensions?: ObjMap<unknown> | undefined; }; readonly slots: {}; readonly run: StepRunner<any, any, any>; }]>>'.
|
Run pnpm check:types:
src/client/properties/request/request.test-d.ts#L1
Module '"../../../../tests/_/helpers.js"' has no exported member 'kitchenSink'.
|
Run pnpm check:types:
src/client/properties/request/request.test-d.ts#L7
Module '"../../../types/context.js"' has no exported member 'ContextTransports'.
|
|
Run pnpm check:types:
src/client/properties/request/request.test-d.ts#L29
Argument of type 'string' is not assignable to parameter of type 'Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>'.
|
|
|
|
Loading