Fatih Aygün
Fatih Aygün
> @cyco130 I guess you used Babel because you were more familiar with it? Nothing speaks against Acorn, right? I would think so. But Vite's React plugin already uses Babel,...
Thanks for the quick reply! I haven't tried with jest, I don't have it set up at the moment, I haven't used it in a while :) Mocking won't help...
My [quick attempt](https://stackblitz.com/edit/node-byvhfy?file=package.json) at trying the same with `jest` didn't work at all. No idea what's wrong. Maybe it doesn't work on StackBlitz?
I tried locally with jest and it works as expected both in ESM and CJS. I can `statSync` files in the target directory meaning it really does change the directory....
It's reasonable. Thanks for your help!
Fixed in #17.
I have [a working implementation](https://github.com/rakkasjs/rakkasjs/blob/main/examples/mantine/src/lib/inject-mantine-styles.ts)! It uses Mantine's server but it works with plain Emotion server too. Unlike Emotion's current Node stream implementation, it also injects a script to remove...
I wholeheartedly agree that we need a universal server standard for JavaScript runtimes. But it's hard to build consensus between diverging needs, diverging styles, and the "we already have something...
> I think if we can manage to convince a couple of successful projects (e.g. Auth.js) to ship a "universal" middleware The problem is, Auth.js, GraphQL libraries, vite-plugin-ssr etc. don't...
> The goal here being to enable Auth.js to expose `context.user`. That would be an awesome start of course :) > For a modern standard, I think I would propose...