Skip to content

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

feat(extension-system): introduce configuration resolvers

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

Triggered via pull request February 5, 2025 22:44
Status Failure
Total duration 39s
Artifacts

pr.yml

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

Annotations

136 errors
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#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/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
website: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
website: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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'?
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#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/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
lint: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
lint: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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'?
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 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#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/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
test examples Node 20 @env jsdom: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
test examples Node 20 @env jsdom: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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 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#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/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
test e2e usingNode 22: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
test e2e usingNode 22: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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 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#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/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
test unit Node 22 @env node: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
test unit Node 22 @env node: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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 examples Node 20 @env node
The job was canceled because "_20_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#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/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
test examples Node 20 @env node: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
test examples Node 20 @env node: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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'?
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/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#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/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
publint: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
publint: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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'?
publint: 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
The job was canceled because "_20_jsdom" failed.
test examples 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 examples 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 examples 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 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.
test examples Node 22 @env node: src/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
test examples Node 22 @env node: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
test examples Node 22 @env node: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
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'?
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'?
test unit Node 22 @env jsdom
The job was canceled because "_22_node" failed.
test unit 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 unit 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 unit 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 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/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
test unit Node 22 @env jsdom: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
test unit Node 22 @env jsdom: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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 examples Node 22 @env jsdom
The job was canceled because "_20_jsdom" failed.
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#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/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
test examples Node 22 @env jsdom: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
test examples Node 22 @env jsdom: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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 unit Node 20 @env node
The job was canceled because "_22_node" 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#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/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
test unit Node 20 @env node: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
test unit Node 20 @env node: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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 jsdom
The job was canceled because "_22_node" failed.
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#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/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
test unit Node 20 @env jsdom: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
test unit Node 20 @env jsdom: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; 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'?
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#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#L6
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
types: src/client/properties/extensions/extensions.test.ts#L68
Binding element 'pack' implicitly has an 'any' type.
types: src/client/properties/extensions/extensions.ts#L8
Cannot find module '../requestInterceptors.js' or its corresponding type declarations.
types: src/client/properties/extensions/extensions.ts#L9
Cannot find module '../transport.js' or its corresponding type declarations.
types: src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: 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; }>>>>; }>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.