Migrate Tree class to Typescript #65
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#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; }'.
|