svelte/test/validator/samples/named-export/input.html

4 lines
41 B

<script>
export var foo = 42;
</script>