sourcemap tests

This commit is contained in:
2021-09-13 18:12:40 +02:00
parent 0bf64b1031
commit 95c2950193
17 changed files with 4001 additions and 663 deletions

View File

@@ -0,0 +1,7 @@
<script lang="typescript">
export let path: string
console.log("Content: ", path)
</script>
<h2>{path}</h2>