Skip to content

refactor: remove @ts-nocheck from db package (5 files)#45

Merged
rogerdigital merged 2 commits into
mainfrom
refactor/db-type-safety
May 26, 2026
Merged

refactor: remove @ts-nocheck from db package (5 files)#45
rogerdigital merged 2 commits into
mainfrom
refactor/db-type-safety

Conversation

@rogerdigital
Copy link
Copy Markdown
Owner

Summary

  • Remove @ts-nocheck from all 5 db source files
  • Add minimal type annotations (using any for complex store operations)
  • Zero type errors, no logic changes

Test plan

  • npm run typecheck passes
  • npm run test:control-plane passes (store tests use db adapter)
  • npm run build passes

Add minimal type annotations to all trading-engine source files.
Uses `any` for complex state parameters to avoid logic changes.
Zero type errors after removal.
Add minimal type annotations to all db source files.
Zero type errors after removal.
@rogerdigital rogerdigital merged commit 61a12d1 into main May 26, 2026
9 checks passed
@rogerdigital rogerdigital deleted the refactor/db-type-safety branch May 26, 2026 17:46
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.

1 participant