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:
@@ -41,7 +41,8 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { State, useOpenClosed } from "$lib/internal/open-closed";
|
||||
import { Readable, writable, Writable } from "svelte/store";
|
||||
import type { Readable, Writable } from "svelte/store";
|
||||
import { writable } from "svelte/store";
|
||||
import { match } from "$lib/utils/match";
|
||||
import { useId } from "$lib/hooks/use-id";
|
||||
import { useInertOthers } from "$lib/hooks/use-inert-others";
|
||||
|
||||
Reference in New Issue
Block a user