Skip to main content

ai_refactor_cli/ast/
mod.rs

1//! Tree-sitter AST utilities.
2//!
3//! v0.2.0 adds real AST-backed detection for Python files.
4//! TypeScript detection still uses the regex path from v0.1.0 (tree-sitter-typescript
5//! integration is planned for v0.3.0).
6
7pub mod python;