mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Adds enum_declaration handling to DartExtractor: enum constants are surfaced as properties[] so the structural graph captures Color.red / Color.green etc. Implements Task 9 of the Dart language support plan (TDD, 16/16 dart tests pass, full suite 708/708). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>