Skip to content

Commit

Permalink
feat: better types for legacy store methods (#9387)
Browse files Browse the repository at this point in the history
* feat: better types for legacy store methods

* fixup lint

* fix lint

* fix lint
  • Loading branch information
runspired authored Apr 30, 2024
1 parent 9a14b00 commit e0c03b0
Show file tree
Hide file tree
Showing 10 changed files with 432 additions and 25 deletions.
6 changes: 4 additions & 2 deletions packages/model/src/-private/references/belongs-to.ts
Binary file modified packages/schema/parse
Binary file not shown.
Binary file modified packages/schema/scaffold
Binary file not shown.
1 change: 1 addition & 0 deletions packages/store/package.json
40 changes: 22 additions & 18 deletions packages/store/src/-private/store-service.ts
373 changes: 373 additions & 0 deletions packages/store/src/-private/store-service.type-test.ts
29 changes: 25 additions & 4 deletions packages/store/src/-types/q/store.ts
3 changes: 3 additions & 0 deletions pnpm-lock.yaml
1 change: 0 additions & 1 deletion tests/main/.eslintrc.cjs
4 changes: 4 additions & 0 deletions tests/main/tests/integration/record-data/record-data-test.ts

0 comments on commit e0c03b0

Please sign in to comment.