feat(extension-system): introduce configuration resolvers #1849
Annotations
10 errors
Run pnpm build:
src/client/client.ts#L224
Argument of type '{ context: $Context; client: Client<$Context, {}>; }' is not assignable to parameter of type 'ConstructorParameters<$Context>'.
|
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.ts#L110
Type '{ computed: Function[]; static: Properties; }' is not assignable to type '{ readonly static: object; readonly computed: readonly (<$Context extends Context>(parameters: ConstructorParameters<$Context>) => object)[]; }'.
|
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, 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, 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/_minimal.ts#L8
Argument of type 'TransportHttp' is not assignable to parameter of type 'Extension<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>> | undefined, unknown, object, Transport<string, Configurator<object, object, object, InputResolver<Standard_ShallowMerge$Func<object, object, object>>>, StepDefinition<"pack", Slots, any, any>, StepDefinition<"exchange", Slots, any, any>, StepDefinition<"unpack", Slots, any, any>> | undefined>'.
|
Run pnpm build:
src/entrypoints/utilities-for-generated.ts#L12
Module '"../types/context.js"' has no exported member 'ContextTransports'.
|
Loading