|
1 | 1 | Exit Code: 1
|
2 | 2 | Standard output:
|
3 |
| -node_modules/sift/index.d.ts(80,15): error TS2307: Cannot find module './core'. |
| 3 | +node_modules/sift/src/core.ts(13,3): error TS7010: 'reset', which lacks return-type annotation, implicitly has an 'any' return type. |
| 4 | +node_modules/sift/src/core.ts(14,3): error TS7010: 'next', which lacks return-type annotation, implicitly has an 'any' return type. |
| 5 | +node_modules/sift/src/core.ts(48,27): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions. |
| 6 | +node_modules/sift/src/core.ts(85,3): error TS2564: Property 'success' has no initializer and is not definitely assigned in the constructor. |
| 7 | +node_modules/sift/src/core.ts(86,3): error TS2564: Property 'done' has no initializer and is not definitely assigned in the constructor. |
| 8 | +node_modules/sift/src/core.ts(99,12): error TS7010: 'next', which lacks return-type annotation, implicitly has an 'any' return type. |
| 9 | +node_modules/sift/src/core.ts(103,3): error TS2564: Property 'success' has no initializer and is not definitely assigned in the constructor. |
| 10 | +node_modules/sift/src/core.ts(104,3): error TS2564: Property 'done' has no initializer and is not definitely assigned in the constructor. |
| 11 | +node_modules/sift/src/core.ts(126,12): error TS7010: 'next', which lacks return-type annotation, implicitly has an 'any' return type. |
| 12 | +node_modules/sift/src/core.ts(179,7): error TS2345: Argument of type '(value: any, key: string | number, owner: any) => boolean' is not assignable to parameter of type 'Tester'. |
| 13 | + Types of parameters 'key' and 'key' are incompatible. |
| 14 | + Type 'string | number | undefined' is not assignable to type 'string | number'. |
| 15 | + Type 'undefined' is not assignable to type 'string | number'. |
| 16 | +node_modules/sift/src/core.ts(195,30): error TS7006: Parameter 'a' implicitly has an 'any' type. |
| 17 | +node_modules/sift/src/core.ts(200,12): error TS7006: Parameter 'b' implicitly has an 'any' type. |
| 18 | +node_modules/sift/src/core.ts(203,10): error TS7006: Parameter 'b' implicitly has an 'any' type. |
| 19 | +node_modules/sift/src/core.ts(207,11): error TS2564: Property '_test' has no initializer and is not definitely assigned in the constructor. |
| 20 | +node_modules/sift/src/core.ts(211,8): error TS7006: Parameter 'item' implicitly has an 'any' type. |
| 21 | +node_modules/sift/src/core.ts(242,51): error TS7051: Parameter has a name but no type. Did you mean 'arg0: any'? |
| 22 | +node_modules/sift/src/core.ts(248,9): error TS7006: Parameter 'b' implicitly has an 'any' type. |
| 23 | +node_modules/sift/src/core.ts(261,13): error TS7006: Parameter 'a' implicitly has an 'any' type. |
| 24 | +node_modules/sift/src/core.ts(261,16): error TS7006: Parameter 'b' implicitly has an 'any' type. |
| 25 | +node_modules/sift/src/core.ts(283,31): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions. |
| 26 | +node_modules/sift/src/core.ts(290,12): error TS7022: 'selfOperations' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer. |
| 27 | +node_modules/sift/src/core.ts(334,31): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions. |
| 28 | +node_modules/sift/src/core.ts(336,9): error TS7034: Variable 'nestedOperations' implicitly has type 'any[]' in some locations where its type cannot be determined. |
| 29 | +node_modules/sift/src/core.ts(339,29): error TS7005: Variable 'nestedOperations' implicitly has an 'any[]' type. |
| 30 | +node_modules/sift/src/operations.ts(18,11): error TS2564: Property '_test' has no initializer and is not definitely assigned in the constructor. |
| 31 | +node_modules/sift/src/operations.ts(35,11): error TS2564: Property '_queryOperation' has no initializer and is not definitely assigned in the constructor. |
| 32 | +node_modules/sift/src/operations.ts(61,11): error TS2564: Property '_ops' has no initializer and is not definitely assigned in the constructor. |
| 33 | +node_modules/sift/src/operations.ts(63,33): error TS7006: Parameter 'op' implicitly has an 'any' type. |
| 34 | +node_modules/sift/src/operations.ts(147,5): error TS7006: Parameter 'b' implicitly has an 'any' type. |
| 35 | +node_modules/sift/src/operations.ts(166,5): error TS7006: Parameter 'b' implicitly has an 'any' type. |
| 36 | +node_modules/sift/src/operations.ts(174,23): error TS7006: Parameter 'b' implicitly has an 'any' type. |
| 37 | +node_modules/sift/src/operations.ts(181,7): error TS7034: Variable 'test' implicitly has type 'any' in some locations where its type cannot be determined. |
| 38 | +node_modules/sift/src/operations.ts(185,15): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig. |
| 39 | +node_modules/sift/src/operations.ts(193,30): error TS7006: Parameter 'b' implicitly has an 'any' type. |
| 40 | +node_modules/sift/src/operations.ts(193,35): error TS7005: Variable 'test' implicitly has an 'any' type. |
| 41 | +node_modules/sift/src/utils.ts(2,27): error TS7006: Parameter 'a' implicitly has an 'any' type. |
| 42 | +node_modules/sift/src/utils.ts(2,30): error TS7006: Parameter 'b' implicitly has an 'any' type. |
| 43 | +node_modules/sift/src/utils.ts(3,36): error TS7006: Parameter 'type' implicitly has an 'any' type. |
| 44 | +node_modules/sift/src/utils.ts(5,19): error TS7006: Parameter 'value' implicitly has an 'any' type. |
| 45 | +node_modules/sift/src/utils.ts(10,22): error TS7006: Parameter 'value' implicitly has an 'any' type. |
| 46 | +node_modules/sift/src/utils.ts(12,27): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions. |
| 47 | +node_modules/sift/src/utils.ts(27,32): error TS7006: Parameter 'value' implicitly has an 'any' type. |
| 48 | +node_modules/sift/src/utils.ts(38,24): error TS7006: Parameter 'a' implicitly has an 'any' type. |
| 49 | +node_modules/sift/src/utils.ts(38,27): error TS7006: Parameter 'b' implicitly has an 'any' type. |
4 | 50 |
|
5 | 51 |
|
6 | 52 |
|
|
0 commit comments