Svelte Import Statements
The most importand import statements that are served by this gem are included in the hello world component and by that they are also within the testing scope. So you can be sure that they are working. If importand statements are missing there, pelase tell me.
Among others, working statements are:
import svg from '../example.svg?raw'<script lang="ts">(svelte component with typescript syntax)import { someFunction } from '../customJavascript.js';import Child from './Child.svelte';