Closed morinokami closed 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 |
Thank you!
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