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