Auto fix & format all files

This commit is contained in:
filtered
2025-09-16 20:27:04 +10:00
parent b25690d435
commit e2e8ff6c3b
194 changed files with 360 additions and 292 deletions

View File

@@ -1,6 +1,9 @@
import { describe, expect, it } from 'vitest'
import { INodeInputSlot, INodeOutputSlot } from '@/lib/litegraph/src/litegraph'
import {
type INodeInputSlot,
type INodeOutputSlot
} from '@/lib/litegraph/src/litegraph'
import {
inputAsSerialisable,
outputAsSerialisable

View File

@@ -2,7 +2,7 @@
import { assert, describe, expect, it } from 'vitest'
import {
ISlotType,
type ISlotType,
LGraph,
LGraphGroup,
LGraphNode,