feat(core): Update defer/stream protocol as per spec #2292
Annotations
5 errors
packages/core/src/utils/result.test.ts#L68
Argument of type '{ incremental: ({ id: string; data: { MyFragment: string; }; } | { id: string; subPath: string[]; data: { j: string; }; })[]; completed: { id: string; }[]; hasNext: false; }' is not assignable to parameter of type 'ExecutionResult'.
|
packages/core/src/utils/result.test.ts#L112
An object literal cannot have multiple properties with the same name.
|
packages/core/src/utils/result.test.ts#L121
Type '{ id: string; path: string[]; label: string; }' is not assignable to type '{ path: readonly (string | number)[]; id: string; }'.
|
packages/core/src/utils/result.test.ts#L133
Argument of type '{ incremental: { id: string; data: { l: string; m: string; }; }[]; completed: { id: string; }[]; hasNext: false; }' is not assignable to parameter of type 'ExecutionResult'.
|
|
The logs for this run have expired and are no longer available.
Loading