8 lines
106 B

<script>
export let foo = 'foo';
export let bar;
</script>
{JSON.stringify(foo)}
{JSON.stringify(bar)}