Commit 4343b59
fix(analyzers): add import stub methods to JavaScript and Kotlin analyzers
Adds stub add_file_imports() and resolve_import() implementations to
JavaScriptAnalyzer and KotlinAnalyzer to satisfy the abstract interface
added in the import tracking feature. Without these stubs, the analyzers
cannot be instantiated, breaking the seed_test_data step in CI.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ad639f9 commit 4343b59
2 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
161 | 169 | | |
162 | 170 | | |
163 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
151 | 159 | | |
152 | 160 | | |
153 | 161 | | |
| |||
0 commit comments