mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 05:45:51 +00:00
feat: 完成stub
This commit is contained in:
3
src/utils/processUserInput/src/Tool.ts
Normal file
3
src/utils/processUserInput/src/Tool.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SetToolJSXFn = any;
|
||||
export type ToolUseContext = any;
|
||||
2
src/utils/processUserInput/src/bootstrap/state.ts
Normal file
2
src/utils/processUserInput/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type setPromptId = any;
|
||||
9
src/utils/processUserInput/src/commands.ts
Normal file
9
src/utils/processUserInput/src/commands.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type builtInCommandNames = any;
|
||||
export type Command = any;
|
||||
export type CommandBase = any;
|
||||
export type findCommand = any;
|
||||
export type getCommand = any;
|
||||
export type getCommandName = any;
|
||||
export type hasCommand = any;
|
||||
export type PromptCommand = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BashModeProgress = any;
|
||||
2
src/utils/processUserInput/src/constants/messages.ts
Normal file
2
src/utils/processUserInput/src/constants/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type NO_CONTENT_MESSAGE = any;
|
||||
2
src/utils/processUserInput/src/constants/querySource.ts
Normal file
2
src/utils/processUserInput/src/constants/querySource.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type QuerySource = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BashTool = any;
|
||||
8
src/utils/processUserInput/src/types/message.ts
Normal file
8
src/utils/processUserInput/src/types/message.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AttachmentMessage<T = any> = any;
|
||||
export type SystemMessage = any;
|
||||
export type UserMessage = any;
|
||||
export type AssistantMessage = any;
|
||||
export type Message = any;
|
||||
export type NormalizedUserMessage = any;
|
||||
export type ProgressMessage<T = any> = any;
|
||||
2
src/utils/processUserInput/src/types/tools.ts
Normal file
2
src/utils/processUserInput/src/types/tools.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ShellProgress = any;
|
||||
2
src/utils/processUserInput/src/utils/messages.ts
Normal file
2
src/utils/processUserInput/src/utils/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getContentText = any;
|
||||
Reference in New Issue
Block a user