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
Rolldown's Lazy Barrel Optimization supports all the patterns you'd expect:
◆ `export * from './components'`
◆ `export { Component } from './Component'`
◆ `export * as ns from './module'`
◆ Mixed exports
◆ Circular references
◆ Self re-exports
2026-02-03T16:40:46.292Z