feat(extension-system): introduce configuration resolvers #1857
pr.yml
on: pull_request
Matrix: test-e2e
Matrix: test-examples
Matrix: test-unit
Annotations
136 errors
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/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
test examples Node 22 @env jsdom:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
test examples Node 22 @env jsdom:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
test examples Node 22 @env jsdom:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
test examples Node 22 @env jsdom:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
test examples Node 22 @env jsdom:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
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/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
website:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
website:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
website:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
website:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
website:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
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/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/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
test unit Node 22 @env jsdom:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
test examples Node 20 @env jsdom
The job was canceled because "_22_jsdom" failed.
|
test unit Node 22 @env jsdom:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
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 unit Node 22 @env jsdom:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
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 unit Node 22 @env jsdom:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
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 unit Node 22 @env jsdom:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
test examples Node 20 @env jsdom:
src/entrypoints/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
test examples Node 20 @env jsdom:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
test examples Node 20 @env jsdom:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
test examples Node 20 @env jsdom:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
test examples Node 20 @env jsdom:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
test examples Node 20 @env jsdom:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
test unit Node 20 @env jsdom
The job was canceled because "_22_jsdom" failed.
|
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/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
test unit Node 20 @env jsdom:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
test unit Node 20 @env jsdom:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
test unit Node 20 @env jsdom:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
test unit Node 20 @env jsdom:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
test unit Node 20 @env jsdom:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
test unit Node 20 @env node
The job was canceled because "_22_jsdom" failed.
|
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/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
test unit Node 20 @env node:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
test unit Node 20 @env node:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
test unit Node 20 @env node:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
test unit Node 20 @env node:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
test unit Node 20 @env node:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
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/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
lint:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
lint:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
lint:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
lint:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
lint:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
test unit Node 22 @env node
The job was canceled because "_22_jsdom" failed.
|
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/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
test unit Node 22 @env node:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
test unit Node 22 @env node:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
test unit Node 22 @env node:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
test unit Node 22 @env node:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
test unit Node 22 @env node:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
test examples Node 20 @env node
The job was canceled because "_22_jsdom" failed.
|
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/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
test examples Node 20 @env node:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
test examples Node 20 @env node:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
test examples Node 20 @env node:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
test examples Node 20 @env node:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
test examples Node 20 @env node:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
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/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
publint:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
publint:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
publint:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
publint:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
publint:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
test examples Node 22 @env node
The job was canceled because "_22_jsdom" failed.
|
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/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 examples Node 22 @env node:
src/entrypoints/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
test examples Node 22 @env node:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
test examples Node 22 @env node:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
test examples Node 22 @env node:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
test examples Node 22 @env node:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
test examples Node 22 @env node:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
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/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
test e2e usingNode 22:
src/extension/extension.ts#L61
Type '(transportTypeInput: Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type 'Builder_TransportMethod<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>'.
|
test e2e usingNode 22:
src/extension/extension.ts#L66
Type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: BaseInterceptor) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$RequestInterceptor extends RequestPipeline.BaseInterceptor>(requestInterceptor: $RequestInterceptor) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; requestInterceptor: $RequestInterceptor; }, { 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; }>>>>; }>'.
|
test e2e usingNode 22:
src/extension/extension.ts#L70
Type '<$Configurator extends Configurator>() => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Configurator extends Configurator>(input: $Configurator | BuilderProviderCallback<$Configurator> | Builder<$Configurator>) => Builder<{ propertiesStatic: {}; propertiesComputed: 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; }>>>>; }>[]; propertiesComputedTypeFunctions$: []; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; transport: undefined; configurator: $Configurator; }, undefined extends $Configurator ? { 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 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; }>>>>; } & { [_ in $Name]: ConfigurationNam
|
test e2e usingNode 22:
src/extension/extension.ts#L73
Type '<$Properties extends object>(properties: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<Extension<$Name, undefined, undefined, {}, [], undefined>, { 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; }>>>>; }>' is not assignable to type '<$Properties extends object>(constructor: $Properties | PropertiesComputer<Context, $Properties, { 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; }>>>>; }>) => Builder<{ propertiesComputed: 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; }>>>>; }>[]; constructor: ((parameters: ConstructorParameters<Context, object | undefined>) => { requestInterceptor?: BaseInterceptor | undefined; properties?: object | undefined; }) | undefined; requestInterceptor: BaseInterceptor | undefined; name: $Name; configurator: undefined; noExpandResultDataType: undefined; transport: undefined; propertiesStatic: $Properties extends PropertiesComputerTypeFunction
|
test e2e usingNode 22:
src/extension/extension.ts#L81
Type '() => () => WritableObjectDeep<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>>' is not assignable to type '() => () => Extension<$Name, undefined, undefined, {}, [], undefined>'.
|
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'.
|
types:
src/client/properties/request/request.test-d.ts#L16
Unused '@ts-expect-error' directive.
|
types:
src/client/properties/request/request.test-d.ts#L29
Argument of type 'string' is not assignable to parameter of type 'Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | Builder<Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>>>'.
|
types:
src/client/properties/request/request.test-d.ts#L42
Unused '@ts-expect-error' directive.
|
types:
src/client/properties/request/request.test-d.ts#L52
Unused '@ts-expect-error' directive.
|
types:
src/client/properties/request/request.test-d.ts#L70
Unused '@ts-expect-error' directive.
|