The program is split into pieces loaded as needed, changing startup shape but nothing you interact with.
What's wrong with this entry?
Code that previously all lived in one file is now split across separate chunk files pulled in as they are needed, which changes startup and memory shape but nothing you interact with.
- Over a thousand call sites now load a chunk by path; the previous build had none and resolved everything inline.
- The large design-sync skill prompts have moved out of the main file into a chunk and are still shipped in full.
- Deep-link handling, config enabling, and the two directory-sync engines are now opened this way, which means those paths can fail at load time. The sync engines record
_engine_open_failedand_engine_open_timeoutfor that case.
import("/$bunfs/root/chunk-XXXXXXXX.js")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.247
Git bundle creation gains a delta window and an explicit object mode
Both mention bundle
-
v2.1.246
Cloud sessions can start from a plain folder, not just a git checkout
Both mention bundle
-
v2.1.247
Cloud teleport refuses to seed from a folder with an unreadable
.gitBoth mention bundle