mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-16 12:27:06 +00:00
52d75bd988
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>