Sven SAULEAU b445b79734 Refactor move docs (#8108) 6 years ago
..
src 5895277b32 Bump prettier to v1.13.2 6 years ago
test daf0ca8680 Rename "babylon" to "@babel/parser" (#7937) 🎉 6 years ago
.npmignore 7a1ccf076c Misc (#5545) 7 years ago
README.md b445b79734 Refactor move docs (#8108) 6 years ago
package.json 90566103a6 v7.0.0-beta.49 6 years ago

README.md

@babel/traverse

The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes

See our website @babel/traverse for more information.

Install

Using npm:

npm install --save @babel/traverse

or using yarn:

yarn add --save @babel/traverse