-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
sveltejs/esrap
#61Labels
compilerChanges relating to the compilerChanges relating to the compiler
Description
Describe the bug
using with or assert in import attributes (import statement or dynamic import) crashs
Reproduction
<script lang="ts">
import Miaou from "./cat.svelte" with { type: "animal" };
</script>Logs
Unexpected token
import Miaou from "./cat.svelte" with { type: "json" };
^System Info
Severity
annoyance
CathalMullan
Metadata
Metadata
Assignees
Labels
compilerChanges relating to the compilerChanges relating to the compiler