Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 9, 2024
1 parent b839bdc commit 32df5e9
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 229 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/parser/ast/ts-tokens-bug-input.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Copied from https://github.com/sveltejs/svelte-eslint-parser/issues/502 -->
<script lang="ts">
// Copied from https://github.com/sveltejs/svelte-eslint-parser/issues/502
import Button from "$lib/Button.svelte";
</script>
<Button active={$store.number === index}>
Expand Down

0 comments on commit 32df5e9

Please sign in to comment.