mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-21 15:55:50 +00:00
chore: 移除 packages/ 下多处未引用的导出
涉及 11 个 workspace 包文件,每处均为独立的 unreferenced export 删除或 export 关键字冗余移除: - @ant/ink/core/termio/csi.ts(eraseLine) - acp-link/manager/types.ts、acp-link/ws-message.ts - builtin-tools/AgentTool/agentMemory.ts、BashTool/bashSecurity.ts、BashTool/sedEditParser.ts - builtin-tools/ConfigTool/supportedSettings.ts、FileEditTool/utils.ts - remote-control-server/store.ts、transport/event-bus.ts、types/messages.ts Co-Authored-By: glm-5.2 <zai-org@claude-code-best.win>
This commit is contained in:
@@ -193,10 +193,6 @@ export function getConfig(key: string): SettingConfig | undefined {
|
||||
return SUPPORTED_SETTINGS[key]
|
||||
}
|
||||
|
||||
export function getAllKeys(): string[] {
|
||||
return Object.keys(SUPPORTED_SETTINGS)
|
||||
}
|
||||
|
||||
export function getOptionsForSetting(key: string): string[] | undefined {
|
||||
const config = SUPPORTED_SETTINGS[key]
|
||||
if (!config) return undefined
|
||||
|
||||
Reference in New Issue
Block a user