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:
@@ -2,7 +2,8 @@
|
||||
import { onDestroy } from "svelte";
|
||||
import DescriptionProvider from "$lib/components/description/DescriptionProvider.svelte";
|
||||
import LabelProvider from "$lib/components/label/LabelProvider.svelte";
|
||||
import { useRadioGroupContext, Option } from "./RadioGroup.svelte";
|
||||
import type { Option } from "./RadioGroup.svelte";
|
||||
import { useRadioGroupContext } from "./RadioGroup.svelte";
|
||||
import { useId } from "$lib/hooks/use-id";
|
||||
import { forwardEventsBuilder } from "$lib/internal/forwardEventsBuilder";
|
||||
import { get_current_component } from "svelte/internal";
|
||||
|
||||
Reference in New Issue
Block a user