4ca4700359
The real cause of the 'Exported binding G9 needs to refer to a top-level declared variable' SyntaxError is a Bun 1.3.14 --splitting codegen bug (oven-sh/bun#25621), not @morphllm/morphsdk. With splitting:true Bun emits invalid cross-chunk re-exports (import{vn as G9}) that crash the compiled baseline binary at startup. Disabling splitting produces a valid binary; verified the 'as G9' artifact is gone from the compiled output.