Skip to content

chore: remove unused MinChunkTransform#1124

Open
mcollina wants to merge 1 commit into
supabase:masterfrom
mcollina:chore/remove-unused-min-chunk-transform
Open

chore: remove unused MinChunkTransform#1124
mcollina wants to merge 1 commit into
supabase:masterfrom
mcollina:chore/remove-unused-min-chunk-transform

Conversation

@mcollina
Copy link
Copy Markdown
Contributor

Summary

  • Remove MinChunkTransform from src/internal/streams/min-chunk.ts and its re-export from src/internal/streams/index.ts. The class was defined and exported but never imported or instantiated anywhere in src/ or test/.

Test plan

  • CI passes (type-check, tests)

Copilot AI review requested due to automatic review settings May 21, 2026 13:46
@mcollina mcollina requested a review from a team as a code owner May 21, 2026 13:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an unused internal stream utility (MinChunkTransform) and its barrel export to reduce dead code in the src/internal/streams module.

Changes:

  • Deleted MinChunkTransform implementation (src/internal/streams/min-chunk.ts).
  • Removed the ./min-chunk re-export from src/internal/streams/index.ts.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/internal/streams/min-chunk.ts Removes an unused Transform stream implementation.
src/internal/streams/index.ts Drops the barrel export to avoid exposing a removed/unused module.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 26229980656

Coverage increased (+0.07%) to 75.253%

Details

  • Coverage increased (+0.07%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 10343
Covered Lines: 8196
Line Coverage: 79.24%
Relevant Branches: 5986
Covered Branches: 4092
Branch Coverage: 68.36%
Branches in Coverage %: Yes
Coverage Strength: 370.54 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants