Commit b155d9c
committed
fix(gui): resolve TypeScript errors in testing and debug components
- TestExplorer.tsx: Remove unused batch import, export getStatusColor/StatusFilterButton,
add collapseAll button, fix Set<string> typing
- CoverageBars.tsx: Remove unused onCleanup, fix SVG stroke-dasharray/dashoffset string types,
prefix unused variables with underscore
- CoverageView.tsx: Remove unused imports (batch, onMount, onCleanup, CoverageStats, CoverageChange),
prefix tree-related variables for future use, fix Badge variant/size props
- TestDecorations.tsx: Remove unused For/Show/Icon imports, fix glyphClass type annotation
- TestCoverageOverlay.tsx: Remove unused LineCoverageStatus import, use void expression
- TestOutputPanel.tsx: Remove unused onCleanup/tokens imports, fix testId duplicate property
- DebugHoverWidget.tsx: Remove unused JSX/batch/isExpandable imports, prefix debug variable
- ExceptionWidget.tsx: Remove unused ExceptionWidgetPosition import
- BreakpointsView.tsx: Remove unused createMemo import
These changes address TypeScript compilation warnings (TS6133/TS6196) and type errors
in the testing panel and debug widget components.1 parent ef585f5 commit b155d9c
File tree
9 files changed
+3409
-3402
lines changed- cortex-gui/src/components
- debugger
- debug
- testing
9 files changed
+3409
-3402
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | | - | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
340 | 336 | | |
341 | 337 | | |
342 | 338 | | |
343 | | - | |
| 339 | + | |
| 340 | + | |
344 | 341 | | |
345 | 342 | | |
346 | 343 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments