mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
style: 添加 biome-ignore 消除 noUnusedPrivateClassMembers 警告
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -118,6 +118,7 @@ export class ACPClient {
|
||||
reject: (err: Error) => void
|
||||
timer: ReturnType<typeof setTimeout>
|
||||
} | null = null
|
||||
// biome-ignore lint/correctness/noUnusedPrivateClassMembers: state flag — tracks active session target for pending operations
|
||||
private pendingSessionTarget: string | null = null
|
||||
|
||||
private connectResolve: ((value: undefined) => void) | null = null
|
||||
|
||||
Reference in New Issue
Block a user