Replies: 12 comments 20 replies
|
When you switched to our ESM version, did everything work as expected? What changes did you need to make in order to switch to our ESM version? Which package manager are you using? Is a bundler in use? If yes, which one? Is a framework in use? If yes, which one? Your project uses TypeScript or just JavaScript? Anything worth mentioning? |
|
When you switched to our ESM version, did everything work as expected? Did you encounter anything unexpected? If so, please let us know how that happened. What changes did you need to make in order to switch to our ESM version? How smooth was the upgrade, and did everything work just as before? Which package manager are you using? Is a bundler in use? If yes, which one? Is a framework in use? If yes, which one? Your project uses TypeScript or just JavaScript? Anything worth mentioning? |
|
When you switched to our ESM version, did everything work as expected? What changes did you need to make in order to switch to our ESM version? Both technically breaking changes vs. the current CJS release, but edits I debatably should have made anyhow:
Which package manager are you using? Is a bundler in use? If yes, which one? Is a framework in use? If yes, which one? Your project uses TypeScript or just JavaScript? Anything worth mentioning? |
|
When you switched to our ESM version, did everything work as expected? What changes did you need to make in order to switch to our ESM version? Which package manager are you using? Is a bundler in use? If yes, which one? Is a framework in use? If yes, which one? Your project uses TypeScript or just JavaScript? Anything worth mentioning? |
|
I still have issues with trying to load the bundle generated code with esbuild (TS project) into node ESM. I'm using a raw node server. I was expecting the generated runtime to be ESM, but it still contains A few manual replacement was enough to make I think shipping both a cjs and esm runtime is an ok cost (1 MB, 2% of my |
|
When you switched to our ESM version, did everything work as expected? I get the following error during npm start (solid-start start): What changes did you need to make in order to switch to our ESM version? I did:
Which package manager are you using? Is a bundler in use? If yes, which one? Is a framework in use? If yes, which one? solid-js@1.7.2 Your project uses TypeScript or just JavaScript? Anything worth mentioning? |
When you switched to our ESM version, did everything work as expected?yes What changes did you need to make in order to switch to our ESM version?Very smooth in general.
Which package manager are you using?yarn (classic 1.22.19) Is a bundler in use? If yes, which one?
Is a framework in use? If yes, which one?nuxt Your project uses TypeScript or just JavaScript?Both Anything worth mentioning?This is a very pleasing experience! GJ |
|
When you switched to our ESM version, did everything work as expected? What changes did you need to make in order to switch to our ESM version? Which package manager are you using? Is a bundler in use? If yes, which one? Is a framework in use? If yes, which one? Your project uses TypeScript or just JavaScript? Anything worth mentioning? |
|
When you switched to our ESM version, did everything work as expected? Did you encounter anything unexpected? If so, please let us know how that happened. What changes did you need to make in order to switch to our ESM version? How smooth was the upgrade, and did everything work just as before? Which package manager are you using? Is a bundler in use? If yes, which one? Is a framework in use? If yes, which one? Your project uses TypeScript or just JavaScript? Anything worth mentioning? |
|
When you switched to our ESM version, did everything work as expected?
What changes did you need to make in order to switch to our ESM version?
Which package manager are you using?
Is a bundler in use? If yes, which one?
Is a framework in use? If yes, which one?
Your project uses TypeScript or just JavaScript?
Anything worth mentioning?
|
When you switched to our ESM version, did everything work as expected?Nope Did you encounter anything unexpected? If so, please let us know how that happened.
Even though What changes did you need to make in order to switch to our ESM version?How smooth was the upgrade, and did everything work just as before?Not working yet Which package manager are you using?For instance npm, pnpm, or yarn. Please attach the version if you know it. Is a bundler in use? If yes, which one?Are you using webpack, swc, esbuild, rollup, or any other bundler?rollup Is a framework in use? If yes, which one?Are you using Next.js, Next, or any other framework?express Your project uses TypeScript or just JavaScript?Do you prefer using TypeScript or JavaScript within your project, or both?Typescript Anything worth mentioning?This is very much a free form answer, for anything you think is important or useful to us. tsconfig: |
When you switched to our ESM version, did everything work as expected?Did you encounter anything unexpected? If so, please let us know how that happened.Mostly worked out of the box. What changes did you need to make in order to switch to our ESM version?How smooth was the upgrade, and did everything work just as before?I have pnpm workspace monorepo setup where the prisma client lives outside the packages using it.
Which package manager are you using?For instance npm, pnpm, or yarn. Please attach the version if you know it.
Is a bundler in use? If yes, which one?Are you using webpack, swc, esbuild, rollup, or any other bundler?
Is a framework in use? If yes, which one?Are you using Next.js, Next, or any other framework?
Your project uses TypeScript or just JavaScript?Do you prefer using TypeScript or JavaScript within your project, or both?Just Typescript, prefer using only that. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, you have been directed to this issue because we want your feedback. Thanks to your answers, we will be able to better take design decisions in the future.
We'd appreciate if you could take 5 minutes to answer a few questions for us. You can write your reply directly in this issue as a comment. Copy paste these questions in your answer, leave the answer blank if you don't know.
When you switched to our ESM version, did everything work as expected?
Did you encounter anything unexpected? If so, please let us know how that happened.
What changes did you need to make in order to switch to our ESM version?
How smooth was the upgrade, and did everything work just as before?
Which package manager are you using?
For instance
npm,pnpm, oryarn. Please attach the version if you know it.Is a bundler in use? If yes, which one?
Are you using
webpack,swc,esbuild,rollup, or any other bundler?Is a framework in use? If yes, which one?
Are you using
Next.js,Next, or any other framework?Your project uses TypeScript or just JavaScript?
Do you prefer using TypeScript or JavaScript within your project, or both?
Anything worth mentioning?
This is very much a free form answer, for anything you think is important or useful to us.
All reactions