You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove dead exports from preflight, network-setup, domain-acl, and logs barrel (#3051)
- Unexport AllowedDomainsResult interface in preflight.ts (never imported)
- Unexport NetworkSetupResult interface in network-setup.ts (never imported)
- Unexport DomainsByProtocol, PatternsByProtocol interfaces in domain-acl.ts
(only used internally)
- Unexport groupDomainsByProtocol, groupPatternsByProtocol functions in
domain-acl.ts (only called within the same file)
- Trim logs/index.ts barrel to the 3 symbols actually consumed via the
barrel (listLogSources, LogFormatter, streamLogs); remove 9 dead
re-exports (parseLogLine, extractDomain, discoverLogSources,
selectMostRecent, isContainerRunning, validateSource, aggregateLogs,
loadAllLogs, loadAndAggregate, AggregatedStats, DomainStats, formatStats)
Closes#3044Closes#3041Closes#3047Closes#3048Closes#3050Closes#3025
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments