ast-grep

ast-grep

⚡A polyglot tool for code searching, linting, rewriting!
1review
24followers
Visit website

What do people think of ast-grep?

The community submitted 1 review to tell us what they like about ast-grep, what ast-grep can do better, and more.
What do you think about ast-grep?
Leave a rating or review for the community
5/5All time (1 review)
1/5
Recently (0 reviews)

1 Review
沈青川
沈青川

Engineering

1 review
I'm using ast-grep for Vue Vine and some other projects, it's super efficient for AST node searching, and I really love the rules mechanism, it indeed provides a much more easy, intuitive and declarative way for describing my requirements, I don't need to write a lot of `walk` methods or write very imperative visitors. For today's JavaScript ecosystem, ast-grep is really a good choice to do tasks like "Code search and analysis", "Code rewrite/refactor", "Lint for specific expressions or statements". It's definitely worth a try!
Share
Herrington Darkholme
Thanks for your kind words!