Closed ShymkivD closed 9 months ago
Thanks for reporting the problem and for the sample repo.
Wallaby needs to add a cache breaker to file URLs (which is how files are referenced in vite
/ rollup
) but unplugin-swc
file matchers (to determine what to transform) do not consider that a suffix may exist (e.g. ?wallaby=timestamp
).
We have fixed this problem in the latest version of Wallaby core, v1.0.1521
. Wallaby should update for you automatically, but if it does not, you may run the VS Code command, Wallaby.js: Force Core Update
.
Issue description or question
When Vitest is configured with unplugin-swc, Wallaby is unable to transpile TypeScript. This problem has been observed with multiple projects that use decorators and rely on both Vitest and swc.
Minimal sample repo: https://github.com/ShymkivD/nestjs-vitest
Wallaby diagnostics report