(frag)
| 68 | }); |
| 69 | |
| 70 | const reqd = (frag) => requested.some((u) => u.includes(frag)); |
| 71 | // Lazy host: a host ESM must not load at boot, only when a run first imports it. |
| 72 | if (reqd("/app/ui.js")) throw new Error("host ui.js loaded at boot; host modules must be lazy"); |
| 73 |