ast-grep | structural search/rewrite tool for many languages https://ast-grep.github.io/
What on earth!
You can grep-replace parts of your code-base, but instead of string matching, you write AST matching expressions? That's wild.
ast-grep is a fast and polyglot tool for code structural search, lint, rewriting at large scale.