Make exports from inside a script tag accessible from the DOM.
<script nomodule be-exportable> export const foo = 'bar'; </script>
Exports get assigned to proxy associated with be-exportable - can emit events since based on be-decorated. Accessed via be-observant.