Migrate Tree class to Typescript #69
Annotations
10 errors
build / build:
node_modules/@open-wc/semantic-dom-diff/chai-dom-diff.d.ts#L19
Cannot find namespace 'Mocha'.
|
build / build:
node_modules/@open-wc/semantic-dom-diff/chai-dom-diff.d.ts#L19
Cannot find namespace 'Mocha'.
|
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[]'.
|