upgrade executor to non-duplicating incremental delivery format #12877
Annotations
3 errors
Build:
packages/executor/src/execution/execute.ts#L2218
Argument of type 'unknown' is not assignable to parameter of type 'Record<string, unknown>'.
|
Build:
packages/executor/src/execution/IncrementalPublisher.ts#L224
Property '[Symbol.asyncDispose]' is missing in type '{ [Symbol.asyncIterator](): AsyncGenerator<SubsequentIncrementalExecutionResult<TData, Record<string, unknown>>, void, void>; next: () => Promise<...>; return: () => Promise<...>; throw: (error?: unknown) => Promise<...>; }' but required in type 'AsyncGenerator<SubsequentIncrementalExecutionResult<TData, Record<string, unknown>>, void, void>'.
|
Build
Process completed with exit code 1.
|
Loading