feat(perf): 优化 dataset 数据结构转化性能 #7052
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.
|