mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 完成stub
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FileEditToolUseRejectedMessage = any;
|
||||
2
src/tools/FileEditTool/src/components/MessageResponse.ts
Normal file
2
src/tools/FileEditTool/src/components/MessageResponse.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MessageResponse = any;
|
||||
2
src/tools/FileEditTool/src/services/analytics/index.ts
Normal file
2
src/tools/FileEditTool/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
2
src/tools/FileEditTool/src/utils/log.ts
Normal file
2
src/tools/FileEditTool/src/utils/log.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logError = any;
|
||||
2
src/tools/FileEditTool/src/utils/messages.ts
Normal file
2
src/tools/FileEditTool/src/utils/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type extractTag = any;
|
||||
2
src/tools/FileEditTool/src/utils/path.ts
Normal file
2
src/tools/FileEditTool/src/utils/path.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type expandPath = any;
|
||||
2
src/tools/FileEditTool/src/utils/stringUtils.ts
Normal file
2
src/tools/FileEditTool/src/utils/stringUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type countCharInString = any;
|
||||
Reference in New Issue
Block a user