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,5 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { ActionArray, useActions } from "$lib/hooks/use-actions";
|
||||
import type { ActionArray } from "$lib/hooks/use-actions";
|
||||
import { useActions } from "$lib/hooks/use-actions";
|
||||
import { get_current_component } from "svelte/internal";
|
||||
import { forwardEventsBuilder } from "../forwardEventsBuilder";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user