| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { compactExecutionPayload } from '@/lib/execution/payloads/serializer' |
| 3 | import type { LoopScope } from '@/executor/execution/state' |
| 4 | import { InvalidFieldError } from '@/executor/utils/block-reference' |
nothing calls this directly
no test coverage detected