facebook / jscodeshift

A JavaScript codemod toolkit.
https://jscodeshift.com
MIT License
9.31k stars 480 forks source link

docs: update getVariableDeclarators description #595

Closed morinokami closed 3 months ago

morinokami commented 3 months ago

The current description of getVariableDeclarators seems to be inaccurate (it says it takes a string as an argument, like findVariableDeclarators, but the actual argument is a callback), so I fixed it.

See also: https://github.com/facebook/jscodeshift/blob/main/src/collections/Node.js#L103

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jscodeshift ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2024 2:21pm
Daniel15 commented 3 months ago

Thank you!