Skip to content

feat(perf): 优化 dataset 数据结构转化性能 #7052

feat(perf): 优化 dataset 数据结构转化性能

feat(perf): 优化 dataset 数据结构转化性能 #7052

Triggered via pull request November 9, 2023 06:10
Status Failure
Total duration 5m 16s
Artifacts

lint.yml

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

Annotations

7 errors
lint (18)
Argument of type 'Record<string, DataType[] | DataType[][]>' is not assignable to parameter of type 'ListOfRecursiveArraysOrValues<DataType>'.
lint (18)
Type 'undefined[]' is not assignable to type 'Record<string, DataType[] | DataType[][]>'.
lint (18)
Argument of type '{ rowDimensionValues: string[]; colDimensionValues: string[]; rowPivotMeta: Map<any, any>; colPivotMeta: Map<any, any>; isFirstCreate: false; }' is not assignable to parameter of type 'DataPathParams'.
lint (18)
Argument of type '{ rowDimensionValues: string[]; colDimensionValues: string[]; rowPivotMeta: Map<any, any>; colPivotMeta: Map<any, any>; isFirstCreate: true; }' is not assignable to parameter of type 'DataPathParams'.
lint (18)
Expected 1-2 arguments, but got 3.
lint (18)
Expected 1-2 arguments, but got 5.
lint (18)
Process completed with exit code 2.