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
If your bundler only checks the annotation during minification, it's too late
The minifier only sees one file at a time
Which means it sees the call to the function but has no idea that this function was marked as side-effect-free before
🚨 The annotation does nothing exactly where it matters most!
2026-02-17T20:29:30.298Z