Skip to content

feat(extension-system): introduce configuration resolvers #1855

feat(extension-system): introduce configuration resolvers

feat(extension-system): introduce configuration resolvers #1855

Triggered via pull request February 6, 2025 03:06
Status Failure
Total duration 45s
Artifacts

pr.yml

on: pull_request
Matrix: test-e2e
Matrix: test-examples
Matrix: test-unit
Fit to window
Zoom out
Zoom in

Annotations

116 errors
test e2e usingNode 22: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
test e2e usingNode 22: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test e2e usingNode 22: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test e2e usingNode 22: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test e2e usingNode 22: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
test e2e usingNode 22: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
test e2e usingNode 22: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
test e2e usingNode 22: src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
test e2e usingNode 22: src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test e2e usingNode 22: src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test examples Node 22 @env jsdom: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
test examples Node 22 @env jsdom: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test examples Node 22 @env jsdom: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test examples Node 22 @env jsdom: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test examples Node 22 @env jsdom: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
test examples Node 22 @env jsdom: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
test examples Node 22 @env jsdom: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
test examples Node 22 @env jsdom: src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
test examples Node 22 @env jsdom: src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test examples Node 22 @env jsdom: src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
publint: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
publint: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
publint: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
publint: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
publint: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
publint: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
publint: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
publint: src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
publint: src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
publint: src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test unit Node 20 @env jsdom: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
test unit Node 20 @env jsdom: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test unit Node 20 @env jsdom: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test unit Node 20 @env jsdom: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test unit Node 20 @env jsdom: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
test unit Node 20 @env jsdom: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
test unit Node 20 @env jsdom: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
test unit Node 20 @env jsdom: src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
test unit Node 20 @env jsdom: src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test unit Node 20 @env jsdom: src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test unit Node 22 @env node
The job was canceled because "_20_jsdom" failed.
test unit Node 22 @env node: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
test unit Node 22 @env node: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test unit Node 22 @env node: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test unit Node 22 @env node: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test unit Node 22 @env node: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
test unit Node 22 @env node: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
test unit Node 22 @env node: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
test unit Node 22 @env node: src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
test unit Node 22 @env node: src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test unit Node 22 @env node: src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test examples Node 22 @env node
The job was canceled because "_22_jsdom" failed.
test unit Node 22 @env jsdom
The job was canceled because "_20_jsdom" failed.
test unit Node 20 @env node
The job was canceled because "_20_jsdom" failed.
test unit Node 20 @env node: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
test unit Node 20 @env node: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test unit Node 20 @env node: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test unit Node 20 @env node: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test unit Node 20 @env node: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
test unit Node 20 @env node: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
test unit Node 20 @env node: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
test unit Node 20 @env node: src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
test unit Node 20 @env node: src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test unit Node 20 @env node: src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
lint: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
lint: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
lint: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
lint: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
lint: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
lint: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
lint: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
lint: src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
lint: src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
lint: src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test examples Node 20 @env node
The job was canceled because "_22_jsdom" failed.
test examples Node 20 @env node: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
test examples Node 20 @env node: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test examples Node 20 @env node: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test examples Node 20 @env node: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test examples Node 20 @env node: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
test examples Node 20 @env node: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
test examples Node 20 @env node: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
test examples Node 20 @env node: src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
test examples Node 20 @env node: src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test examples Node 20 @env node: src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
website: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
website: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
website: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
website: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
website: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
website: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
website: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
website: src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
website: src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
website: src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test examples Node 20 @env jsdom
The job was canceled because "_22_jsdom" failed.
test examples Node 20 @env jsdom: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
test examples Node 20 @env jsdom: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test examples Node 20 @env jsdom: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test examples Node 20 @env jsdom: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test examples Node 20 @env jsdom: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
test examples Node 20 @env jsdom: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
test examples Node 20 @env jsdom: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
test examples Node 20 @env jsdom: src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
test examples Node 20 @env jsdom: src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
test examples Node 20 @env jsdom: src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], 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>> | undefined>'.
types: src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
types: src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
types: src/client/client.ts#L209
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
types: src/client/client.ts#L226
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
types: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
types: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
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>; }]>>'.
types: src/client/properties/request/request.test-d.ts#L1
Module '"../../../../tests/_/helpers.js"' has no exported member 'kitchenSink'.
types: src/client/properties/request/request.test-d.ts#L7
Module '"../../../types/context.js"' has no exported member 'ContextTransports'.