mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
feat: 完成stub
This commit is contained in:
3
src/hooks/notifs/src/context/notifications.ts
Normal file
3
src/hooks/notifs/src/context/notifications.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useNotifications = any;
|
||||
export type Notification = any;
|
||||
2
src/hooks/notifs/src/ink.ts
Normal file
2
src/hooks/notifs/src/ink.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Text = any;
|
||||
3
src/hooks/notifs/src/services/claudeAiLimits.ts
Normal file
3
src/hooks/notifs/src/services/claudeAiLimits.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getRateLimitWarning = any;
|
||||
export type getUsingOverageText = any;
|
||||
2
src/hooks/notifs/src/services/claudeAiLimitsHook.ts
Normal file
2
src/hooks/notifs/src/services/claudeAiLimitsHook.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useClaudeAiLimits = any;
|
||||
2
src/hooks/notifs/src/services/mcp/types.ts
Normal file
2
src/hooks/notifs/src/services/mcp/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MCPServerConnection = any;
|
||||
2
src/hooks/notifs/src/services/oauth/getOauthProfile.ts
Normal file
2
src/hooks/notifs/src/services/oauth/getOauthProfile.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOauthProfileFromApiKey = any;
|
||||
3
src/hooks/notifs/src/state/AppState.ts
Normal file
3
src/hooks/notifs/src/state/AppState.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useAppState = any;
|
||||
export type useSetAppState = any;
|
||||
3
src/hooks/notifs/src/utils/auth.ts
Normal file
3
src/hooks/notifs/src/utils/auth.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSubscriptionType = any;
|
||||
export type isClaudeAISubscriber = any;
|
||||
2
src/hooks/notifs/src/utils/billing.ts
Normal file
2
src/hooks/notifs/src/utils/billing.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type hasClaudeAiBillingAccess = any;
|
||||
2
src/hooks/notifs/src/utils/bundledMode.ts
Normal file
2
src/hooks/notifs/src/utils/bundledMode.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isInBundledMode = any;
|
||||
4
src/hooks/notifs/src/utils/config.ts
Normal file
4
src/hooks/notifs/src/utils/config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
export type saveGlobalConfig = any;
|
||||
export type GlobalConfig = any;
|
||||
2
src/hooks/notifs/src/utils/doctorDiagnostic.ts
Normal file
2
src/hooks/notifs/src/utils/doctorDiagnostic.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getCurrentInstallationType = any;
|
||||
2
src/hooks/notifs/src/utils/envUtils.ts
Normal file
2
src/hooks/notifs/src/utils/envUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isEnvTruthy = any;
|
||||
7
src/hooks/notifs/src/utils/fastMode.ts
Normal file
7
src/hooks/notifs/src/utils/fastMode.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CooldownReason = any;
|
||||
export type isFastModeEnabled = any;
|
||||
export type onCooldownExpired = any;
|
||||
export type onCooldownTriggered = any;
|
||||
export type onFastModeOverageRejection = any;
|
||||
export type onOrgFastModeChanged = any;
|
||||
2
src/hooks/notifs/src/utils/format.ts
Normal file
2
src/hooks/notifs/src/utils/format.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type formatDuration = any;
|
||||
5
src/hooks/notifs/src/utils/ide.ts
Normal file
5
src/hooks/notifs/src/utils/ide.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type detectIDEs = any;
|
||||
export type IDEExtensionInstallationStatus = any;
|
||||
export type isJetBrainsIde = any;
|
||||
export type isSupportedTerminal = any;
|
||||
2
src/hooks/notifs/src/utils/model/deprecation.ts
Normal file
2
src/hooks/notifs/src/utils/model/deprecation.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getModelDeprecationWarning = any;
|
||||
2
src/hooks/notifs/src/utils/nativeInstaller/index.ts
Normal file
2
src/hooks/notifs/src/utils/nativeInstaller/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type checkInstall = any;
|
||||
2
src/hooks/notifs/useAntOrgWarningNotification.ts
Normal file
2
src/hooks/notifs/useAntOrgWarningNotification.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
2
src/hooks/src/bootstrap/state.ts
Normal file
2
src/hooks/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type setTeleportedSessionInfo = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SuggestionItem = any;
|
||||
3
src/hooks/src/components/PromptInput/inputModes.ts
Normal file
3
src/hooks/src/components/PromptInput/inputModes.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isInputModeCharacter = any;
|
||||
export type getModeFromInput = any;
|
||||
2
src/hooks/src/context/notifications.ts
Normal file
2
src/hooks/src/context/notifications.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useNotifications = any;
|
||||
2
src/hooks/src/hooks/fileSuggestions.ts
Normal file
2
src/hooks/src/hooks/fileSuggestions.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type generateFileSuggestions = any;
|
||||
2
src/hooks/src/ink.ts
Normal file
2
src/hooks/src/ink.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Text = any;
|
||||
3
src/hooks/src/ink/components/TerminalSizeContext.ts
Normal file
3
src/hooks/src/ink/components/TerminalSizeContext.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TerminalSize = any;
|
||||
export type TerminalSizeContext = any;
|
||||
3
src/hooks/src/services/analytics/index.ts
Normal file
3
src/hooks/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
export type logEvent = any;
|
||||
3
src/hooks/src/services/analytics/metadata.ts
Normal file
3
src/hooks/src/services/analytics/metadata.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type sanitizeToolNameForAnalytics = any;
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
2
src/hooks/src/services/mcp/types.ts
Normal file
2
src/hooks/src/services/mcp/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ServerResource = any;
|
||||
4
src/hooks/src/state/AppState.ts
Normal file
4
src/hooks/src/state/AppState.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useAppState = any;
|
||||
export type useAppStateStore = any;
|
||||
export type useSetAppState = any;
|
||||
2
src/hooks/src/tools/AgentTool/agentColorManager.ts
Normal file
2
src/hooks/src/tools/AgentTool/agentColorManager.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAgentColor = any;
|
||||
2
src/hooks/src/tools/AgentTool/loadAgentsDir.ts
Normal file
2
src/hooks/src/tools/AgentTool/loadAgentsDir.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AgentDefinition = any;
|
||||
2
src/hooks/src/utils/conversationRecovery.ts
Normal file
2
src/hooks/src/utils/conversationRecovery.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TeleportRemoteResponse = any;
|
||||
2
src/hooks/src/utils/fileRead.ts
Normal file
2
src/hooks/src/utils/fileRead.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type readFileSync = any;
|
||||
2
src/hooks/src/utils/format.ts
Normal file
2
src/hooks/src/utils/format.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type truncateToWidth = any;
|
||||
2
src/hooks/src/utils/log.ts
Normal file
2
src/hooks/src/utils/log.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logError = any;
|
||||
3
src/hooks/src/utils/markdownConfigLoader.ts
Normal file
3
src/hooks/src/utils/markdownConfigLoader.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CLAUDE_CONFIG_DIRECTORIES = any;
|
||||
export type loadMarkdownFilesForSubdir = any;
|
||||
2
src/hooks/src/utils/path.ts
Normal file
2
src/hooks/src/utils/path.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type expandPath = any;
|
||||
2
src/hooks/src/utils/teleport/api.ts
Normal file
2
src/hooks/src/utils/teleport/api.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CodeSession = any;
|
||||
2
src/hooks/src/utils/theme.ts
Normal file
2
src/hooks/src/utils/theme.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Theme = any;
|
||||
2
src/hooks/toolPermission/handlers/src/utils/debug.ts
Normal file
2
src/hooks/toolPermission/handlers/src/utils/debug.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDebugging = any;
|
||||
3
src/hooks/toolPermission/src/services/analytics/index.ts
Normal file
3
src/hooks/toolPermission/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
export type logEvent = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type sanitizeToolNameForAnalytics = any;
|
||||
Reference in New Issue
Block a user