feat(extension-system): introduce configuration resolvers #1855
Annotations
11 errors
|
Run pnpm build:
src/client/client.ts#L131
Type 'PropertiesComputer<$Context, $Properties, $Context["configuration"]>[] | undefined' is not assignable to type 'readonly PropertiesComputer<Context, object, { readonly output: ConfigurationNamespace<Configurator<Input, Normalized, { defaults: { errorChannel: "throw"; }; envelope: { enabled: false; errors: { execution: true; other: false; }; }; errors: { execution: "default"; other: "default"; }; }, InputResolver<InputResolver$Func>>>; readonly check: ConfigurationNamespace<Configurator<Input, Required<Input>, { readonly preflight: true; }, InputResolver<Standard_ShallowMerge$Func<Input, Required<Input>, { readonly preflight: true; }>>>>; readonly schema: ConfigurationNamespace<Configurator<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }, InputResolver<Standard_ShallowMerge$Func<Input, { name: string; map: SchemaDrivenDataMap | undefined; }, { readonly name: "default"; readonly map: undefined; }>>>>; }>[] | undefined'.
|
Run pnpm build:
src/client/client.ts#L182
Conversion of type '{ state: $Context; request: { operation: OperationTypeNode; query: string | TypedDocumentLike<SomeObjectData, any>; variables: Variables | undefined; operationName: string | undefined; }; transportType: string; }' to type '{ request: RequestAnalyzedInput; state: Context; transportType: "none"; transport: {}; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Run pnpm build:
src/client/client.ts#L209
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#L226
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/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