Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/langston-barrett/tree-sitter-edit
A crate for printing modified tree-sitter parse trees, intended for use in multi-language code refactoring, linting, or modification (codemod) tools.
https://github.com/langston-barrett/tree-sitter-edit
codemod tree-sitter
Last synced: 17 days ago
JSON representation
A crate for printing modified tree-sitter parse trees, intended for use in multi-language code refactoring, linting, or modification (codemod) tools.
- Host: GitHub
- URL: https://github.com/langston-barrett/tree-sitter-edit
- Owner: langston-barrett
- License: mit
- Created: 2022-11-06T12:31:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T09:22:13.000Z (8 months ago)
- Last Synced: 2024-10-07T16:42:05.791Z (about 1 month ago)
- Topics: codemod, tree-sitter
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-edit
tree-sitter-edit is a crate for printing modified tree-sitter parse trees,
intended for use in multi-language code refactoring, linting, or modification
(codemod) tools.See [the API documentation][docs] for more information.
[docs]: https://docs.rs/tree-sitter-edit/0.1.0/tree_sitter_edit/