Files
graphify/graphify
yyautumn330 52d75bd988 fix: add .ets (ArkTS) extension to CODE_EXTENSIONS (#926)
ArkTS (.ets) is the primary language for HarmonyOS/OpenHarmony
application development, used by projects like SceneBoard. The
tree-sitter TypeScript parser already handles .ets files for AST
extraction — the detect module just wasn't recognizing them.

Without this, `detect()` silently skips all .ets source files,
missing ~90% of code in OpenHarmony codebases.

Co-authored-by: Autumn <autumn@AutumndeMacBook-Pro.local>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-22 14:38:15 +01:00
..