<script context="module">
const foo = 42;
</script>
<script>
export let bar = 99;
<p>({foo})({bar})</p>