mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
src/services/tree-sitter/** (language parsers + queries for the classic list_code_definition_names path) is unreachable from any shipped entry point after the SDK migration. Verified via scripts/find-dead-src.mjs (esbuild reachability from extension + standalone entries, plus webview shared refs) and an importer cross-check (no live value or type importers), gated on tsc --noEmit + vitest (436 passing).