Skip to content

dx: add watch task to expose all compile errors to vscode, including not open files. #6323

dx: add watch task to expose all compile errors to vscode, including not open files.

dx: add watch task to expose all compile errors to vscode, including not open files. #6323

Triggered via pull request October 2, 2024 17:14
Status Failure
Total duration 3m 9s
Artifacts

check.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Types: packages/platform/src/Headers.ts#L53
Type 'SchemaClass<ReadonlyRecord<string, string>, ReadonlyRecord<string, string>, never>' is not assignable to type 'Schema<Headers, Headers, never>'.
Types: packages/platform/src/Headers.ts#L53
No overload matches this call.
Types: packages/platform/src/Headers.ts#L66
Argument of type '{ strict: true; decode: (record: { readonly [x: string]: string | readonly string[]; }) => Headers; encode: <A>(a: A) => A; }' is not assignable to parameter of type '{ readonly decode: (fromA: { readonly [x: string]: string | readonly string[]; }, fromI: { readonly [x: string]: string | readonly string[]; }) => Headers; readonly encode: (toI: Headers, toA: Headers) => { ...; }; readonly strict?: true | undefined; } | { ...; }'.
Types: packages/platform/src/Headers.ts#L198
Argument of type 'Headers' is not assignable to parameter of type 'ReadonlyRecord<string, string>'.
Types: packages/platform/src/Headers.ts#L230
Argument of type '{ [x: string]: string | Redacted.Redacted<string>; [HeadersTypeId]: HeadersTypeId; }' is not assignable to parameter of type 'ReadonlyRecord<string, string>'.
Types: packages/platform/src/Headers.ts#L262
Argument of type 'Headers' is not assignable to parameter of type 'ReadonlyRecord<string, string>'.
Types: packages/platform/src/Headers.ts#L294
Argument of type 'Headers' is not assignable to parameter of type 'ReadonlyRecord<string, string>'.
Types: packages/platform/src/Headers.ts#L325
Type 'Redacted<string | Redacted<string>>' is not assignable to type 'string | Redacted<string>'.
Types: packages/platform/src/Headers.ts#L330
Type 'Redacted<string | Redacted<string>>' is not assignable to type 'string | Redacted<string>'.
Types: packages/platform/src/HttpApiBuilder.ts#L691
Property 'slice' does not exist on type 'string | Redacted<string>'.