Adds the `gsd-ast` crate providing AST-aware code search (`astGrep`) and rewrite (`astEdit`) via ast-grep with tree-sitter grammars for 38+ languages. Replaces Oh My Pi's fs_cache/task dependencies with the `ignore` crate for .gitignore-respecting file walking. Includes TypeScript type declarations and wrappers in packages/native. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 lines
79 B
Rust
2 lines
79 B
Rust
//! Forces the linker to include gsd_ast napi registrations.
|
|
use gsd_ast as _;
|