feat(extension-system): introduce configuration resolvers #1853
Annotations
10 errors
Run pnpm build:
src/client/client.ts#L137
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
|
Run pnpm build:
src/client/client.ts#L215
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
|
Run pnpm build:
src/client/client.ts#L232
Type 'ClientBase<$Context> & $Context["properties"]["static"] & RunPropertiesComputers<$Context, $Context["properties"]["$computedTypeFunctions"], {}>' is not assignable to type 'ClientBase<Context> & object'.
|
Run pnpm build:
src/client/handleOutput.ts#L16
'"../requestPipeline/RequestPipeline.js"' has no exported member named 'RequestPipelineBase'. Did you mean 'RequestPipeline'?
|
Run pnpm build:
src/client/handleOutput.ts#L75
Parameter 'e' implicitly has an 'any' type.
|
Run pnpm build:
src/client/properties/properties/properties.ts#L166
Property '$computedTypeFunctions' is missing in type '{ static: object; computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<OutputConfigurator>; readonly check: ConfigurationNamespace<CheckConfigurator>; readonly schema: ConfigurationNamespace<SchemaConfigurator>; }>[]; }' but required in type '{ readonly computed: readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[]; readonly static: object; readonly $computedTypeFunctions: readonly PropertiesComputerTypeFunction[]; }'.
|
Run pnpm build:
src/entrypoints/_Preset.ts#L1
'"../types/configurators/output.js"' has no exported member named 'traditionalGraphqlOutput'. Did you mean 'isOutputTraditionalGraphQLOutput'?
|
Run pnpm build:
src/entrypoints/extensions/opentelemetry/runtime.ts#L1
'"../../../extensions/Opentelemetry/Opentelemetry.js"' has no exported member named 'Opentelemetry'. Did you mean 'OpenTelemetry'?
|
Run pnpm build:
src/entrypoints/presets/_basic.ts#L12
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | undefined>'.
|
Run pnpm build:
src/entrypoints/presets/_basic.ts#L13
Argument of type 'TransportMemory' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, readonly PropertiesComputerTypeFunction[], Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | undefined>'.
|
Loading