Return Option from Execute Regex capture groups #1284
Annotations
10 errors and 1 warning
packages/json/src/conversion.ts#L71
Type 'MapValue<any>' is not assignable to type 'MapValue<never>'.
|
packages/json/src/conversion.ts#L82
Type 'ReactiveMap<string, { variant: "String"; data: { value: string; }; } | { variant: "Map"; data: { value: MapValue<never>; }; }>' is not assignable to type 'MapValue<never>'.
|
packages/json/src/conversion.ts#L90
Type 'ReactiveMap<string, JSONValue>' is not assignable to type 'MapValue<never>'.
|
packages/json/src/conversion.ts#L113
Type 'ReactiveMap<string, JSONValue>' is not assignable to type 'MapValue<never>'.
|
packages/json/src/conversion.ts#L131
Type 'JSONValue[]' is not assignable to type 'never[]'.
|
packages/json/src/conversion.ts#L157
Type 'ReactiveMap<string, JSONValue>' is not assignable to type 'MapValue<never>'.
|
packages/json/src/pkg.ts#L38
Argument of type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | { variant: "List"; data: { value: JSONValue[]; }; } | { ...; }' is not assignable to parameter of type 'never'.
|
packages/json/src/pkg.ts#L83
Argument of type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | { variant: "List"; data: { value: JSONValue[]; }; } | { ...; }' is not assignable to parameter of type 'never'.
|
packages/json/src/pkg.ts#L126
Argument of type 'Option<{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | { variant: "List"; data: { value: JSONValue[]; }; } | { ...; }>' is not assignable to parameter of type 'Option<never>'.
|
packages/json/src/pkg.ts#L150
Property 'variant' does not exist on type 'never'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading