feat(extension-system): introduce configuration resolvers #1859
Annotations
10 errors
Run pnpm check:types:
src/client/handleOutput.ts#L71
Property 'errors' does not exist on type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }'.
|
Run pnpm check:types:
src/client/handleOutput.ts#L71
Property 'errors' does not exist on type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }'.
|
Run pnpm check:types:
src/client/handleOutput.ts#L75
Property 'errors' does not exist on type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }'.
|
Run pnpm check:types:
src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
|
Run pnpm check:types:
src/client/handleOutput.ts#L83
Property 'errors' does not exist on type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }'.
|
Run pnpm check:types:
src/client/handleOutput.ts#L90
Property 'data' does not exist on type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }'.
|
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 (GraphQLFormattedError | GraphQLError)[] | undefined; data?: SomeObjectData | null | undefined; extensions?: ObjMap<unknown> | undefined; }; readonly slots: {}; readonly run: StepRunner<any, any, any>; }]>>'.
|
Run pnpm check:types:
src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
|
Run pnpm check:types:
src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
|
Run pnpm check:types:
src/entrypoints/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
Loading