Skip to content

Migrate Tree class to Typescript #69

Migrate Tree class to Typescript

Migrate Tree class to Typescript #69

Triggered via pull request March 15, 2024 07:50
Status Failure
Total duration 28s
Artifacts

workflow.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build / build: src/cosmoz-tree.ts#L50
Parameter 'item' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L51
Parameter 'item' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L221
Property '_sortPathNodes' does not exist on type 'Function'.
build / build: src/cosmoz-tree.ts#L230
Argument of type 'object' is not assignable to parameter of type 'Node[]'.
build / build: src/cosmoz-tree.ts#L240
Parameter 'path' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L242
Parameter 'nodeKey' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L242
Parameter 'i' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L251
Type 'string' is not assignable to type 'Node[]'.