This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
VoidZero
voidzero.dev
did:plc:vqbogjyhzudzajc6bu6mxdni
Think of something like `const cache = import.meta.DEV ? new Map() : null`
When DEV becomes false, new Map() can not be removed unless marked as side-effect free, which Rolldown does! Same with unused library internals or dead branches.
Eventually, this leads to smaller bundles without extra config
https://import.meta.DEV
2026-01-15T21:47:39.430Z