Skip to content

refactor: remove dead exports fuzzyMatchMultiple and getModelCount#54

Merged
jeff-atriumn merged 1 commit into
mainfrom
remove-dead-exports
May 30, 2026
Merged

refactor: remove dead exports fuzzyMatchMultiple and getModelCount#54
jeff-atriumn merged 1 commit into
mainfrom
remove-dead-exports

Conversation

@jeff-atriumn

Copy link
Copy Markdown
Member

Summary

  • Removed fuzzyMatchMultiple from src/search.ts and its test block + fine-tuned test from src/search.test.ts
  • Removed getModelCount from src/pricing.ts and its describe block from src/pricing.test.ts
  • No remaining references to either symbol under src/

Test plan

  • npm run build — passes
  • npm run lint — passes (Biome, 0 findings)
  • npm run test:run — 81 tests, all green

Closes #53

@vercel

vercel Bot commented May 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tokencost Ready Ready Preview, Comment May 30, 2026 3:56pm

Request Review

@jeff-atriumn jeff-atriumn merged commit a734e87 into main May 30, 2026
6 checks passed
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.

Remove two dead exports (fuzzyMatchMultiple, getModelCount)

1 participant