Skip to content

chore: delete unused util/network module#27329

Merged
kitlangton merged 1 commit into
devfrom
chore/delete-util-network
May 13, 2026
Merged

chore: delete unused util/network module#27329
kitlangton merged 1 commit into
devfrom
chore/delete-util-network

Conversation

@kitlangton
Copy link
Copy Markdown
Contributor

Summary

src/util/network.ts exports online() and proxied(). No file in packages/ imports either function or the module path.

Originally added with the proxy install fix (#12161) and touched by the TUI plugins refactor (#19347), but the callers have since moved on.

Test plan

  • grep confirms zero importers of the module path
  • grep confirms zero callers of online() or proxied() named exports
  • CI green

`src/util/network.ts` exports `online()` and `proxied()`. No file in
`packages/` imports either function or the module path. Originally
added with the proxy install fix (#12161) and touched by the TUI
plugins refactor (#19347), but the callers have since moved on.
@kitlangton kitlangton enabled auto-merge (squash) May 13, 2026 13:46
@kitlangton kitlangton merged commit 762020f into dev May 13, 2026
12 checks passed
@kitlangton kitlangton deleted the chore/delete-util-network branch May 13, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant