// ── window.__rg — the shared-dependency global ───────────────────────────── // // Phase 2, PR 7 of docs/website/MODULE_SYSTEM.md §2.7; the normative shape is // docs/website/MODULE_API.md §3.2. // // A module's client half is a PREBUILT ESM chunk — the operator never builds // anything (MODULE_SYSTEM.md §1.14) — served same-origin and loaded under // `script-src 'self'` with no 'unsafe-inline'. That combination is what rules out // an import map: an import map has to be an inline `