revert: use rewriteRelativeImportExtensions for NextNode .d.ts resolve

This commit is contained in:
imccyu
2026-06-22 09:02:58 +08:00
parent 07f4047ff0
commit 6731793859
39 changed files with 49 additions and 49 deletions

View File

@@ -14,7 +14,7 @@ import {
loadReplayScript,
name,
parseSessionLog,
} from '../src/index'
} from '../src/index.ts'
/**
* Unit tests for the replay llm/stream plugin. These drive the listener through

View File

@@ -5,7 +5,7 @@ import type { Agent, AgentStatus } from '@deepseek-ai/dsh-agent'
import AgentRegistry from '@deepseek-ai/dsh-agent'
import type { ContentBlock } from '@deepseek-ai/dsh-llm'
import type { Session, SessionEvent } from '@deepseek-ai/dsh-session'
import { createStdioChat, type Config, type StdioRuntime } from '../src/index'
import { createStdioChat, type Config, type StdioRuntime } from '../src/index.ts'
/**
* Unit tests for the stdio UI plugin. They drive the REAL plugin body