darthf1
darthf1
Hi @pi0, I currently have Nuxt 2 with Vitest and I am using decorators in my codebase. For Vitest, I've gotten decorator support via https://www.npmjs.com/package/rollup-plugin-swc3. I have a WIP branch...
Hi @pi0, Would you be able to comment on this? I just rebased my WIP branch on Nuxt `3.2.3` and the issue remains the same. This is currently my last...
Ok, so in the end it apparently was not that hard, just unknown. TLDR; forget everything, just use [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/master/packages/typescript): `vitest.config.ts` (works on Vue 2.7 + Vite 4.1.4 + Vitest 0.29.2)...
I added the following to my `nuxt.config.ts`, which is essentially what this [PR](https://github.com/nuxt/nuxt/pull/27672) does. And I reverted all changes to my `tsconfig.json` related to decorators, and removed the usage of...