Commit 3faa14c
fix: Resolve core package test syntax errors and missing exports
Fixed TypeScript test compilation issues:
1. **Added missing enum exports:**
- Exported AnalysisTier and ModelSelectionStrategy from model-selection index
- Added explicit exports in main core index for CI compatibility
2. **Fixed test imports:**
- Updated test file to import from main core package instead of subpaths
- Consolidated imports for better maintainability
This resolves the Babel parser syntax errors in CI test runs.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5e1f443 commit 3faa14c
3 files changed
Lines changed: 8 additions & 3 deletions
File tree
- packages/core
- src
- services/model-selection
- test/services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments