upgrade executor to non-duplicating incremental delivery format #12881
Annotations
3 errors and 1 warning
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:
packages/executor/src/execution/execute.ts#L2218
Argument of type 'unknown' is not assignable to parameter of type 'Record<string, unknown>'.
|
Build
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading