Skip to content

Commit 397df6e

Browse files
authored
Update packages/package/test/fixtures/typescript-declaration-map/expected/Test.svelte
1 parent d869023 commit 397df6e

File tree

1 file changed

+1
-1
lines changed
  • packages/package/test/fixtures/typescript-declaration-map/expected

1 file changed

+1
-1
lines changed

packages/package/test/fixtures/typescript-declaration-map/expected/Test.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script>
1+
<script lang="ts">
22
import { createEventDispatcher } from 'svelte';
33
export const astring = 'potato';
44
const dispatch = createEventDispatcher();

0 commit comments

Comments
 (0)