mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
* Plugin API * Fix the bugs * Implement `"object"` loader Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
6 lines
65 B
Svelte
6 lines
65 B
Svelte
<script>
|
|
let name = "world";
|
|
</script>
|
|
|
|
<h1>Hello {name}!</h1>
|