Commit 03d890d
fix: derive JS/TS language from parsed config instead of hardcoding
TypeScript projects discovered via package.json were incorrectly
assigned Language.JAVASCRIPT. Now derives language from the config
dict returned by parse_package_json_config() and deduplicates both
JS and TS together.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2bfdd0a commit 03d890d
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
| |||
0 commit comments