-
-
Notifications
You must be signed in to change notification settings - Fork 606
Open
Description
Hi,
first of all I have to thank you for this repo. I love it. It is super fast and accurate. Great job!
Currently the script part of Svelte files is always reported as JavaScript:
Svelte 354 36499 33254 738 2507
|- CSS 39 641 584 9 48
|- JavaScript 352 25046 20067 609 4370
(Total) 62186 53905 1356 6925
Even though the script can be either JavaScript or TypeScript, depending on the defined language (https://svelte.dev/docs/svelte/svelte-files#script):
<script>
// JavaScript goes here
</script>
// or
<script lang="ts">
// TypeScript goes here
</script>
Metadata
Metadata
Assignees
Labels
No labels