Files
Kilo-Org_kilocode/packages/opencode/script
Catriel Müller 4ca4700359 fix(cli): disable Bun code-splitting to fix baseline startup crash
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.
2026-06-05 16:35:18 -03:00
..
2026-02-14 04:19:02 +00:00
2026-04-20 18:29:48 +00:00
2026-06-01 12:51:31 +02:00
2026-05-06 14:26:06 -03:00
2026-04-16 10:09:14 -04:00