This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
bryan english
bengl.dev
did:plc:unjlhdbmfjyewhbe5wc4rpc7
`import-in-the-middle` solves the immutability problem by wrapping modules in dummy modules that insert "setters" that can be accessed at runtime to change the dummy module's exports. Thus, we mimick external mutability using internal mutability.
There's a somewhat obvious problem with this though.
2025-02-14T10:49:25.264Z