Skip to content

Migrate Tree class to Typescript #70

Migrate Tree class to Typescript

Migrate Tree class to Typescript #70

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

workflow.yml

on: pull_request

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[]'.
build / build: src/cosmoz-tree.ts#L319
Property 'path' does not exist on type 'Node'.
build / build: src/cosmoz-tree.ts#L334
Type 'string[]' is not assignable to type 'Node[]'.