Skip to content

fix(client): reference the correct edge.js file#28481

Merged
aqrln merged 1 commit intonextfrom
aqrln-pvmwqvmmmmwy
Nov 8, 2025
Merged

fix(client): reference the correct edge.js file#28481
aqrln merged 1 commit intonextfrom
aqrln-pvmwqvmmmmwy

Conversation

@aqrln
Copy link
Copy Markdown
Member

@aqrln aqrln commented Nov 8, 2025

edge.mjs doesn't exist, it should be edge.js for both require and import, like index, default and extension entrypoints do.

Well, it technically shouldn't, but let's make it consistent with the normal entrypoint for now, and change all of them later if needed.

Follow up to #28480

`edge.mjs` doesn't exist, it should be `edge.js` for both `require` and
`import`, like index, `default` and `extension` entrypoints do.

Well, it technically shouldn't, but let's make it consistent with the
normal entrypoint for now, and change all of them later if needed.

Follow up to #28480
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Nov 8, 2025

size-limit report 📦

Path Size
packages/client/runtime/index-browser.js 2.23 KB (0%)
packages/client/runtime/index-browser.d.ts 3.28 KB (0%)
packages/cli/build/index.js 2.15 MB (-0.01% 🔽)
packages/client/prisma-client-0.0.0.tgz 10.79 MB (+0.01% 🔺)
packages/cli/prisma-0.0.0.tgz 8.95 MB (+0.01% 🔺)
packages/bundle-size/da-workers-libsql/output.tgz 846.59 KB (0%)
packages/bundle-size/da-workers-neon/output.tgz 901.5 KB (0%)
packages/bundle-size/da-workers-pg/output.tgz 894.39 KB (0%)
packages/bundle-size/da-workers-planetscale/output.tgz 847.09 KB (0%)
packages/bundle-size/da-workers-d1/output.tgz 829.55 KB (0%)

@aqrln aqrln added this to the 7.0.0 milestone Nov 8, 2025
Copy link
Copy Markdown
Contributor

@wmadden wmadden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't really validate whether this change is correct or not but structurally it looks fine 🤷🏻

@aqrln aqrln merged commit 17347cc into next Nov 8, 2025
167 of 168 checks passed
@aqrln aqrln deleted the aqrln-pvmwqvmmmmwy branch November 8, 2025 14:59
aqrln added a commit that referenced this pull request Nov 17, 2025
`edge.mjs` doesn't exist, it should be `edge.js` for both `require` and
`import`, like index, `default` and `extension` entrypoints do.

Well, it technically shouldn't, but let's make it consistent with the
normal entrypoint for now, and change all of them later if needed.

Follow up to #28480
aqrln added a commit that referenced this pull request Nov 17, 2025
`edge.mjs` doesn't exist, it should be `edge.js` for both `require` and
`import`, like index, `default` and `extension` entrypoints do.

Well, it technically shouldn't, but let's make it consistent with the
normal entrypoint for now, and change all of them later if needed.

Follow up to #28480
aqrln added a commit that referenced this pull request Nov 17, 2025
`edge.mjs` doesn't exist, it should be `edge.js` for both `require` and
`import`, like index, `default` and `extension` entrypoints do.

Well, it technically shouldn't, but let's make it consistent with the
normal entrypoint for now, and change all of them later if needed.

Follow up to #28480
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.

3 participants