Skip to content

[types] Migrate to JSDoc #346

[types] Migrate to JSDoc

[types] Migrate to JSDoc #346

Triggered via pull request May 29, 2024 21:01
Status Failure
Total duration 44s
Artifacts

lint.yml

on: pull_request
Lint & Test Types
34s
Lint & Test Types
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint & Test Types
Type '{ W1: White; W2: White; XYZ: [number, number, number]; options: { method?: string | undefined; }; }' has no properties in common with type '{ context?: Record<string, any> | undefined; }'.
Lint & Test Types
Property 'M' does not exist on type '{ W1: White; W2: White; XYZ: [number, number, number]; options: { method?: string | undefined; }; }'.
Lint & Test Types
Property 'M' does not exist on type '{ W1: White; W2: White; XYZ: [number, number, number]; options: { method?: string | undefined; }; }'.
Lint & Test Types
Property 'M' does not exist on type '{ W1: White; W2: White; XYZ: [number, number, number]; options: { method?: string | undefined; }; }'.
Lint & Test Types
Type '{ W1: White; W2: White; XYZ: [number, number, number]; options: { method?: string | undefined; }; }' has no properties in common with type '{ context?: Record<string, any> | undefined; }'.
Lint & Test Types
Property 'M' does not exist on type '{ W1: White; W2: White; XYZ: [number, number, number]; options: { method?: string | undefined; }; }'.
Lint & Test Types
Type 'number[]' is not assignable to type '[number, number, number]'.
Lint & Test Types
Property 'M' does not exist on type '{ W1: White; W2: White; XYZ: [number, number, number]; options: { method?: string | undefined; }; }'.
Lint & Test Types
'X' is possibly 'null'.
Lint & Test Types
'Y' is possibly 'null'.