<script context="module">
export const SOME_CONSTANT = 42;
</script>
<script>
export function foo(bar) {
console.log(bar);
}