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 SuggestionItem = any;
|
||||
2
src/utils/suggestions/src/utils/cwd.ts
Normal file
2
src/utils/suggestions/src/utils/cwd.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getCwd = any;
|
||||
2
src/utils/suggestions/src/utils/fsOperations.ts
Normal file
2
src/utils/suggestions/src/utils/fsOperations.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getFsImplementation = any;
|
||||
2
src/utils/suggestions/src/utils/log.ts
Normal file
2
src/utils/suggestions/src/utils/log.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logError = any;
|
||||
2
src/utils/suggestions/src/utils/path.ts
Normal file
2
src/utils/suggestions/src/utils/path.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type expandPath = any;
|
||||
Reference in New Issue
Block a user