Bump the effect group with 3 updates #193
Annotations
10 errors
Run typechecker:
src/Temporal.ts#L13
Type 'Schema<I, A, PlainDate>' is not assignable to type 'Schema<I, PlainDate, PlainDate>'.
|
Run typechecker:
src/Temporal.ts#L19
Type 'ParseError' is not assignable to type 'ParseIssue'.
|
Run typechecker:
src/Url.ts#L3
Generic type 'Schema<R, From, To>' requires between 2 and 3 type arguments.
|
Run typechecker:
src/Url.ts#L6
Type 'Schema<I, A, URL>' is not assignable to type 'Schema<I, URL, URL>'.
|
Run typechecker:
src/Url.ts#L12
Type 'ParseError' is not assignable to type 'ParseIssue'.
|
Run typechecker:
src/Url.ts#L14
'url' is of type 'unknown'.
|
Run typechecker:
src/Users.ts#L25
Type 'unknown' is not assignable to type 'Stream<unknown, unknown, unknown>'.
|
Run typechecker:
src/Users.ts#L26
Argument of type '<R, E>(self: Stream<R, E, { readonly orcidId: OrcidId; readonly accessToken: string; }>) => Stream<R, E, User>' is not assignable to parameter of type '(_: Stream<unknown, unknown, { orcidId: string & Brand<"OrcidId">; accessToken: unknown; }>) => Stream<unknown, unknown, User>'.
|
Run typechecker:
src/Users.ts#L33
Property 'parse' does not exist on type 'typeof import("/home/runner/work/orcid-sync/orcid-sync/node_modules/@effect/schema/dist/dts/Schema")'.
|
Run typechecker:
src/Users.ts#L34
Argument of type '<R, E>(self: Effect<R, E, { value: any; }>) => Effect<R, E, any>' is not assignable to parameter of type '(c: Effect<unknown, unknown, unknown>) => Effect<unknown, unknown, any>'.
|
The logs for this run have expired and are no longer available.
Loading