Vite doesn't transform accessor keywords
I've spent quite a while trying to track down how exactly vite compiles code. I haven't seen this level of spaghetti code in like 10 years. There's a CLI that invokes an HTTP server that invokes a plugin system that wraps the plugins' async methods (in these weird callbacks that devtools can't ste...