Remove tsc-multi, re-install gts, apply autoformatting and linting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {readable, derived, type Readable} from 'svelte/store'
|
||||
import {indexBy, type Maybe, now} from '@welshman/lib'
|
||||
import {withGetter} from '@welshman/store'
|
||||
import {getFreshness, setFreshnessThrottled} from './freshness'
|
||||
import {readable, derived, type Readable} from "svelte/store"
|
||||
import {indexBy, type Maybe, now} from "@welshman/lib"
|
||||
import {withGetter} from "@welshman/store"
|
||||
import {getFreshness, setFreshnessThrottled} from "./freshness.js"
|
||||
|
||||
export const collection = <T, LoadArgs extends any[]>({
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user