feat: add shouldCacheResult
option
#1423
Annotations
10 errors and 8 warnings
Lint & Build
Type 'Mock<Procedure>' is missing the following properties from type 'WithCache': run, fetch
|
Lint & Build
Argument of type 'WithCache' is not assignable to parameter of type 'NormalizedPrecedure<Procedure>'.
|
Lint & Build
Argument of type '{ cache: Cache; waitUntil: () => Promise<void>; }' is not assignable to parameter of type 'CreateWithCacheOptions'.
|
Lint & Build
This expression is not callable.
|
Lint & Build
Binding element 'addDebugData' implicitly has an 'any' type.
|
Lint & Build
Type 'Mock<Procedure>' is missing the following properties from type 'WithCache': run, fetch
|
Lint & Build
Argument of type 'WithCache' is not assignable to parameter of type 'NormalizedPrecedure<Procedure>'.
|
Lint & Build
Argument of type '{ cache: Cache; waitUntil: () => Promise<void>; }' is not assignable to parameter of type 'CreateWithCacheOptions'.
|
Lint & Build
This expression is not callable.
|
Lint & Build
Binding element 'addDebugData' implicitly has an 'any' type.
|
Lint & Build:
package/src/client.ts#L2
Unexpected 'todo' comment: 'TODO: just pass a client, and don't...'
|
Lint & Build:
package/src/groq.ts#L1
Unexpected 'todo' comment: 'TODO: does this need to be re-exported?'
|
Lint & Build:
package/src/index.ts#L4
Unexpected 'todo' comment: 'TODO: add default session?'
|
Lint & Build:
package/src/preview/route.ts#L22
Unexpected 'todo' comment: 'TODO: make this a callback?...'
|
Lint & Build:
package/src/preview/route.ts#L25
Unexpected 'todo' comment: 'TODO: confirm that the redirect and...'
|
Lint & Build:
package/src/preview/route.ts#L40
Unexpected 'todo' comment: 'TODO: to remove'
|
Lint & Build:
package/src/preview/route.ts#L71
Unexpected 'todo' comment: 'TODO: make this a callback?...'
|
Lint & Build:
package/src/preview/route.ts#L74
Unexpected 'todo' comment: 'TODO: confirm that the redirect and...'
|