As i checked the below example:
https://github.com/babel/babel/tree/master/packages/babel-traverse
I didn't find anything complete. we need a complete documentation about path
the gives us a complete list of methods and properties.
It is a little example that i found:
if (path.isIdentifier({ name: "n" })) {
path.node.name = "x";
}
But we need to know the power of path
object.
Thanks for this awesome package.
Thanks again.
Hey @EmpireWorld! We really appreciate you taking the time to report an issue. The collaborators
on this project attempt to help as many people as possible, but we're a limited number of volunteers,
so it's possible this won't be addressed swiftly.
If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack
community that typically always has someone willing to help. You can sign-up here
for an invite.
Sorry we don't really have one atm 馃槃!
some resources:
Can i make one for this?
Most helpful comment
Can i make one for this?