sourcemap tests

This commit is contained in:
2021-09-13 18:12:40 +02:00
parent fdadede25f
commit 0d05965ddb
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>