5 lines
73 B

<script>
export let foo = {};
let bar = 'baz';
foo[bar] = 1;
</script>