-
@ Alex Gleason
2025-02-26 20:29:20In JavaScript, ES Modules carry state. Some other languages just concatenate imports together like it's one large file, but in JS a file can have state. Anyway this lead me down a bad path of treating ES modules like "microservices" in Ditto which made it basically impossible to test anything so I rewrote everything.