Commit a44a246
fix(build): Remove java-tool-parser imports after file deletion
The java-tool-parser.ts file was removed as it was a duplicate/unused file,
but the imports in parsers/index.ts were not updated. This caused build failures.
Removed:
- export { default as JavaToolParser } from './java-tool-parser';
- export type { JavaIssue, JavaToolResult } from './java-tool-parser';
The actual Java tool parsing is handled by JavaToolOrchestrator, not a separate parser.
Fixes CI build error: TS2307 Cannot find module './java-tool-parser'
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9352062 commit a44a246
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 27 | + | |
0 commit comments