mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 08:02:31 +00:00
Rolldown miscompiles `export let fn = noop` by const-folding initializers and dropping setters. Refactor to use null-initialized impl vars behind wrapper functions instead, and add test to prevent regression.