AltimateAI / AltimateAI/altimate-code
chore: add @internal JSDoc to sanitizeConnectionString export
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 811
- Forks
- 134
- Merge medio
- 3 d 2 h
- PR fusionados (30 d)
- 50
Descripción
Found during v0.5.20 release review. Deferred because: API surface design decision.
`sanitizeConnectionString` is exported from `packages/drivers/src/index.ts`, making it part of the public API surface. The function has an intentional ambiguity guard that bails on certain valid URIs. External consumers could depend on behavior that may change. Consider adding `@internal` JSDoc tag or un-exporting.
Flagged by: Tech Lead, PM.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.