Skip to content

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

feat(extension-system): introduce configuration resolvers

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

Triggered via pull request February 4, 2025 02:20
Status Failure
Total duration 37s
Artifacts

pr.yml

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

Annotations

132 errors
test examples Node 20 @env node: src/client/client.ts#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
test examples Node 20 @env node: src/client/client.ts#L222
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
publint: src/client/client.ts#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
test examples Node 20 @env node: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
publint: src/client/client.ts#L222
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#L75
Parameter 'e' implicitly has an 'any' type.
publint: 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/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
publint: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
test examples Node 20 @env node: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
publint: src/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
test examples Node 20 @env node: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
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'?
publint: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
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'?
publint: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
publint: 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/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, 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/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, 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#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
lint: src/client/client.ts#L222
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'?
test examples Node 22 @env node: src/client/client.ts#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
lint: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
test examples Node 22 @env node: src/client/client.ts#L222
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
lint: src/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
test examples Node 22 @env node: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
test examples Node 22 @env node: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
lint: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
test examples Node 22 @env node: src/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
lint: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
test examples Node 22 @env node: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
test examples Node 22 @env node: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
lint: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
test examples Node 22 @env node: 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'?
test examples 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'?
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, 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: 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, 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#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
test examples Node 22 @env jsdom: src/client/client.ts#L222
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/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
test examples Node 22 @env jsdom: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
test examples Node 22 @env jsdom: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
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, 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#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
test unit Node 20 @env jsdom: src/client/client.ts#L222
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/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
test unit Node 20 @env jsdom: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
test unit Node 20 @env jsdom: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
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, 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/client/client.ts#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
test unit Node 20 @env node: src/client/client.ts#L222
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/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
test unit Node 20 @env node: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
test unit Node 20 @env node: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
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, 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/client/client.ts#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
test unit Node 22 @env node: src/client/client.ts#L222
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/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
test unit Node 22 @env node: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
test unit Node 22 @env node: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
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, 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 "_20_node" failed.
test examples Node 20 @env jsdom: src/client/client.ts#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
test examples Node 20 @env jsdom: src/client/client.ts#L222
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/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
test examples Node 20 @env jsdom: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
test examples Node 20 @env jsdom: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
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, 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 jsdom
The job was canceled because "_20_jsdom" failed.
test unit Node 22 @env jsdom: src/client/client.ts#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
test unit Node 22 @env jsdom: src/client/client.ts#L222
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
test unit Node 22 @env jsdom: src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
test unit Node 22 @env jsdom: src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
test unit Node 22 @env jsdom: src/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
test unit Node 22 @env jsdom: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
test unit Node 22 @env jsdom: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
test unit Node 22 @env jsdom: src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
test unit 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 unit 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, 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#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
website: src/client/client.ts#L222
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/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
website: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
website: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
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, 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/client/client.ts#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
test e2e usingNode 22: src/client/client.ts#L222
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/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
test e2e usingNode 22: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
test e2e usingNode 22: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
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, 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#L145
Type 'PropertiesComputer<$Context, $Properties>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object>[] | undefined'.
types: src/client/client.ts#L222
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.test.ts#L63
Property 'pack' does not exist on type '{}'.
types: src/client/properties/extensions.ts#L21
Generic type 'ContextFragmentAddProperties' requires between 3 and 4 type arguments.
types: src/client/properties/extensions.ts#L72
Type 'readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context, object | undefined>) => object)[]' is not assignable to type 'readonly PropertiesComputer<Context, object>[]'.
types: src/client/properties/properties.ts#L159
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
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'.