|
1 | 1 | { |
2 | 2 | "summary": { |
3 | | - "totalErrors": 0, |
4 | | - "exitCode": 0, |
5 | | - "timestamp": "2025-11-03T16:46:51Z", |
| 3 | + "totalErrors": 6, |
| 4 | + "exitCode": 1, |
| 5 | + "timestamp": "2025-11-08T03:26:21Z", |
6 | 6 | "command": "npm run type-check", |
7 | 7 | "totalWarnings": 0, |
8 | | - "totalLines": 4 |
| 8 | + "totalLines": 10 |
9 | 9 | }, |
10 | 10 | "rawOutput": [ |
11 | 11 | "", |
12 | 12 | "\u003e stormcom@0.1.0 type-check", |
13 | 13 | "\u003e tsc --noEmit --incremental", |
14 | | - "" |
| 14 | + "", |
| 15 | + "src/app/(dashboard)/products/page.tsx(8,10): error TS2614: Module \u0027\"@/components/products/products-table\"\u0027 has no exported member \u0027ProductsTable\u0027. Did you mean to use \u0027import ProductsTable from \"@/components/products/products-table\"\u0027 instead?", |
| 16 | + "src/components/products/products-table.tsx(49,7): error TS6133: \u0027currencyFormatter\u0027 is declared but its value is never read.", |
| 17 | + "src/components/products/products-table.tsx(58,10): error TS6133: \u0027ProductsTableComponent\u0027 is declared but its value is never read.", |
| 18 | + "src/components/products/products-table.tsx(62,31): error TS2304: Cannot find name \u0027useCallback\u0027.", |
| 19 | + "src/components/products/products-table.tsx(71,27): error TS2304: Cannot find name \u0027useCallback\u0027.", |
| 20 | + "src/components/products/products-table.tsx(295,21): error TS2304: Cannot find name \u0027ProductsTable\u0027." |
15 | 21 | ], |
16 | 22 | "errors": [ |
17 | | - |
| 23 | + { |
| 24 | + "message": "Module \u0027\"@/components/products/products-table\"\u0027 has no exported member \u0027ProductsTable\u0027. Did you mean to use \u0027import ProductsTable from \"@/components/products/products-table\"\u0027 instead?", |
| 25 | + "column": 10, |
| 26 | + "line": 8, |
| 27 | + "fullText": "src/app/(dashboard)/products/page.tsx(8,10): error TS2614: Module \u0027\"@/components/products/products-table\"\u0027 has no exported member \u0027ProductsTable\u0027. Did you mean to use \u0027import ProductsTable from \"@/components/products/products-table\"\u0027 instead?", |
| 28 | + "code": "TS2614", |
| 29 | + "severity": "error", |
| 30 | + "file": "src/app/(dashboard)/products/page.tsx" |
| 31 | + }, |
| 32 | + { |
| 33 | + "message": "\u0027currencyFormatter\u0027 is declared but its value is never read.", |
| 34 | + "column": 7, |
| 35 | + "line": 49, |
| 36 | + "fullText": "src/components/products/products-table.tsx(49,7): error TS6133: \u0027currencyFormatter\u0027 is declared but its value is never read.", |
| 37 | + "code": "TS6133", |
| 38 | + "severity": "error", |
| 39 | + "file": "src/components/products/products-table.tsx" |
| 40 | + }, |
| 41 | + { |
| 42 | + "message": "\u0027ProductsTableComponent\u0027 is declared but its value is never read.", |
| 43 | + "column": 10, |
| 44 | + "line": 58, |
| 45 | + "fullText": "src/components/products/products-table.tsx(58,10): error TS6133: \u0027ProductsTableComponent\u0027 is declared but its value is never read.", |
| 46 | + "code": "TS6133", |
| 47 | + "severity": "error", |
| 48 | + "file": "src/components/products/products-table.tsx" |
| 49 | + }, |
| 50 | + { |
| 51 | + "message": "Cannot find name \u0027useCallback\u0027.", |
| 52 | + "column": 31, |
| 53 | + "line": 62, |
| 54 | + "fullText": "src/components/products/products-table.tsx(62,31): error TS2304: Cannot find name \u0027useCallback\u0027.", |
| 55 | + "code": "TS2304", |
| 56 | + "severity": "error", |
| 57 | + "file": "src/components/products/products-table.tsx" |
| 58 | + }, |
| 59 | + { |
| 60 | + "message": "Cannot find name \u0027useCallback\u0027.", |
| 61 | + "column": 27, |
| 62 | + "line": 71, |
| 63 | + "fullText": "src/components/products/products-table.tsx(71,27): error TS2304: Cannot find name \u0027useCallback\u0027.", |
| 64 | + "code": "TS2304", |
| 65 | + "severity": "error", |
| 66 | + "file": "src/components/products/products-table.tsx" |
| 67 | + }, |
| 68 | + { |
| 69 | + "message": "Cannot find name \u0027ProductsTable\u0027.", |
| 70 | + "column": 21, |
| 71 | + "line": 295, |
| 72 | + "fullText": "src/components/products/products-table.tsx(295,21): error TS2304: Cannot find name \u0027ProductsTable\u0027.", |
| 73 | + "code": "TS2304", |
| 74 | + "severity": "error", |
| 75 | + "file": "src/components/products/products-table.tsx" |
| 76 | + } |
18 | 77 | ] |
19 | 78 | } |
0 commit comments