Luca Schneider
Luca Schneider
I have exactly the same problem. Everything works with SWC and imports specified with the additional `.js` despite being typescript files. But the import mechanism fails when using jest :thinking:
In case you stumble upon this. I could fix the issue with the help of the [ts-jest docs](https://kulshekhar.github.io/ts-jest/docs/guides/esm-support/). You need to add ```javascript module.exports = { moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1',...
We would love this feature :)
@sm-Fifteen Any news on this feature?
What interests me is the streaming story. Right now the RSC and Suspense patterns pushes you in a direction where everything should be fetched at the beginning and once it's...
@phryneas Thank you for the clarification. This means if I follow the recommended way with fragment composition, `@defer` is basically out of the equation (for now 😄) and it would...
It would be nice to have this in Astro-components (SSR) as an option, so I don't have to write React components just because I need the contextual editing. I know...
> > we can see it happening one single time in our application with 17.000 modules but we did not manage to create a mini reproduction out of it >...
@jerrykingxyz But is the idea to do it eventually? Otherwise it would mean that if plugins use `LoaderContext.loadModule` that they can't be ported to rspack without any effort involved.