refactor(consumers): remove cross-package runtime relays

This commit is contained in:
imccyu
2026-08-30 02:29:52 +08:00
parent f4e49ccf8f
commit 9135a13a8b
167 changed files with 561 additions and 493 deletions
@@ -1,6 +1,6 @@
import { runInNewContext } from 'node:vm'
import { describe, expect, it } from 'vitest'
import { snapshotJsonValue } from '@deepseek-ai/dsh-session'
import { snapshotJsonValue } from '@deepseek-ai/dsh-util-values'
import { decodeWorkerJson, encodeWorkerJson, snapshotCodeJsonValue } from '../src/worker-json.ts'
describe('snapshotCodeJsonValue', () => {