AltimateAI / AltimateAI/altimate-code
chore: clean up duplicate extractColumns and buildSchemaContext helpers
Offen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 811
- Forks
- 134
- Ø Merge
- 3 T. 2 Std.
- Gemergte PRs (30 T.)
- 50
Beschreibung
Found during v0.5.21 release review.
1. `manifest.ts` line 17 defines a local `extractColumns` identical to the one exported from `helpers.ts` line 126. The helpers.ts export is dead code.
2. `unit-tests.ts` `buildSchemaContextFromDeps` duplicates the pattern in `helpers.ts` `buildSchemaContext` with different input types.
Deferred because: cleanup refactor, no functional impact.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.