aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/hello2.svelte
blob: 05dac4294083324743fbc9c4c52047e5ad70d306 (plain) (blame)
1
2
3
4
5
<script>
  let name = "world";
</script>

<h1>Hello {name}!</h1>