adamjkb / bark

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

Support both CJS and ESM #62

Closed donnguyen closed 10 months ago

donnguyen commented 10 months ago

Hi Adam,

Just submitting this PR in case you consider to support both CommonJS and ESM which we believe will help the package to get more adoptions.

Cheers

changeset-bot[bot] commented 10 months ago

⚠️ No Changeset found

Latest commit: 8194b2001b55b33613b4d232c2403eb064cb8434

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

adamjkb commented 10 months ago

@donnguyen thanks for the effort.

I went ahead and added CJS support in #63 using a little bit of lighter touch. So I'm going to close this PR.