Migrate Tree class to Typescript #74
Annotations
10 errors
build / build:
test/cosmoz-tree.test.ts#L134
Argument of type 'undefined' is not assignable to parameter of type 'Node'.
|
build / build:
test/cosmoz-tree.test.ts#L148
No overload matches this call.
|
build / build:
test/cosmoz-tree.test.ts#L153
'node3' is possibly 'undefined'.
|
build / build:
test/cosmoz-tree.test.ts#L153
Property 'pathLocator' does not exist on type 'false | Node | Node[]'.
|
build / build:
test/cosmoz-tree.test.ts#L154
'pathString' is possibly 'undefined'.
|
build / build:
test/cosmoz-tree.test.ts#L154
'node3' is possibly 'undefined'.
|
build / build:
test/cosmoz-tree.test.ts#L154
Property 'name' does not exist on type 'false | Node | Node[]'.
|
build / build:
test/cosmoz-tree.test.ts#L158
'node301' is possibly 'undefined'.
|
build / build:
test/cosmoz-tree.test.ts#L158
Property 'pathLocator' does not exist on type 'false | Node | Node[]'.
|
build / build:
test/cosmoz-tree.test.ts#L167
'node3' is possibly 'undefined'.
|