adamjkb / bark

Materialized path extension for Prisma
https://prisma-extension-bark.gitbook.io
MIT License
33 stars 5 forks source link

Ongoing type improvements #40

Closed adamjkb closed 11 months ago

changeset-bot[bot] commented 11 months ago

🦋 Changeset detected

Latest commit: b383c7b505ef49e57dfb9b88a92bfcd9c86a3976

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------------- | ----- | | prisma-extension-bark | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

adamjkb commented 11 months ago

On the expense of internal "type-safety" I managed to wiggle my way out of the Prisma types in JS env problem by manually declaring bark functions type. So at the very least libraries can overcome the issue tracked in: https://github.com/prisma/prisma/issues/20128