I've been working on adding Cloudflare Workers compatibility to @fedify for a few days now, and I'm feeling a little tired. Cloud Workers seems to have bet on @vite support for local development environment, but the problem is that Fedify can't use Vite due to their bug. (This bug is said to be fixed in Vite 7.) So I feel like I'm solving the problems that Cloudflare employees should solve themselves.
github.com
`ReferenceError` when exporting variable named `Object` in test files · Issue #8013 · vitest-dev/vitest
Describe the bug I've encountered a runtime error when running tests with Vitest where exporting a variable named Object causes a ReferenceError: Cannot access 'Object' before initialization. This ...
