Files
Understand-Anything/understand-anything-plugin
thejeshandClaude Opus 4.7 a1ee028c35 feat(core): DartExtractor — call graph extraction
Implements extractCallGraph with a sibling-aware walk that pairs each
function_signature with its subsequent function_body sibling (Dart's
AST differs from Kotlin's: signature and body are siblings, not
parent/child). Detects call sites via selector nodes containing
argument_part; uses startIndex for sibling lookup (web-tree-sitter
returns new wrapper objects per child() call, making === unreliable).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-13 05:41:43 -07:00
..
2026-06-09 14:26:48 -07:00