Skip to content

Migrate Tree class to Typescript #68

Migrate Tree class to Typescript

Migrate Tree class to Typescript #68

Triggered via pull request March 14, 2024 11:42
Status Failure
Total duration 29s
Artifacts

workflow.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build / build: src/cosmoz-tree.ts#L45
Parameter 'a' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L45
Parameter 'b' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L46
Parameter 'item' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L47
Parameter 'item' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L97
Parameter 'nodes' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L120
Parameter 'nodes' implicitly has an 'any' type.
build / build: src/cosmoz-tree.ts#L152
Type 'object' must have a '[Symbol.iterator]()' method that returns an iterator.
build / build: src/cosmoz-tree.ts#L153
Argument of type '{ propertyName: string; exact: boolean; firstHitOnly: boolean; }' is not assignable to parameter of type '{ propertyName: string; exact: string; }'.