babel-traverse: Where we can find `path` API documentation?

Created on 18 Jun 2017  路  3Comments  路  Source: babel/babel

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.

question outdated

Most helpful comment

Can i make one for this?

All 3 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

catamphetamine picture catamphetamine  路  3Comments

hzoo picture hzoo  路  3Comments

tracker1 picture tracker1  路  3Comments

jdalton picture jdalton  路  3Comments

loganfsmyth picture loganfsmyth  路  3Comments