The public GeoLeaf namespace — the live global object, not a copy of it.
Identity holds: no module of this package ever REPLACES globalThis.GeoLeaf, they all create it
with || {} / ?? {} and mutate it. So whatever is mounted later — by globals/, by a
capability installer, by a plugin — is visible through this binding without it being reassigned.
The public GeoLeaf namespace — the live global object, not a copy of it.
Identity holds: no module of this package ever REPLACES
globalThis.GeoLeaf, they all create it with|| {}/?? {}and mutate it. So whatever is mounted later — byglobals/, by a capability installer, by a plugin — is visible through this binding without it being reassigned.