Use new TS option to preserve imports in tests
These assertions were here to prevent imports (needed for svelte-inine-compile) from being removed.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<script lang="ts" context="module">
|
||||
import {
|
||||
getElementComponent,
|
||||
SupportedElement,
|
||||
} from "$lib/internal/elements";
|
||||
import type { SupportedElement } from "$lib/internal/elements";
|
||||
import { getElementComponent } from "$lib/internal/elements";
|
||||
import { get_current_component, SvelteComponent } from "svelte/internal";
|
||||
|
||||
export enum Features {
|
||||
|
||||
Reference in New Issue
Block a user