Yunfei He
Yunfei He
I re-investigate this case again. Rolldown performs the same resolution as node, which both resolve to the cjs version compiler-sfc under the `node` condition. Looking into the bundled code, I...
Some notes: - With esm format, rolldown behave the same as esbuild - With cjs format, rolldown behave the same as the esm format - The difference is that nodejs...
> I had a similar proposal at [#2031 (comment)](https://github.com/rolldown/rolldown/issues/2031#issuecomment-2862823212) > > > * `module.exports` might be a non-exports object, such as `module.exports = new SomeThingElse()`. Perform `__toESM` might be not...
@sapphi-red I'm gonna ship what you recommended first. That should helps some cases and sees the real-world's feedback.
> [@oovm](https://github.com/oovm) It caused by the function `b` need to add return `number` typing. > > Give the error msg block by [#1903](https://github.com/rolldown/rolldown/issues/1903). Could we just return errors in the...
Thanks for your work. You could share your experiences in https://github.com/rolldown/rolldown/discussions/674. I don't feel this need to be shared in the main branch so far.
Closed due to not planned to merge.
Closed due to not planned and no manpower to maintain this script.
Dig a little bit. I'm not sure performance influence. I looked at the source code of rollup define plugin, each passing function would be called per file. As I was...
@TheAlexLichter For your example, I don't really see a need to use function there. The point of using function is to delay the excution and return value dynamically based on...