071ff94e959282dd8e1484c3e210c8e28632b9138d017fd64c765ec9ff679f0c32cb6634aaf4feec616daaaea8979b7864fa01d07334fcf9605503f46e8957 525 B

12345678910111213141516171819
  1. # @babel/traverse
  2. > The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
  3. See our website [@babel/traverse](https://babeljs.io/docs/babel-traverse) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen) associated with this package.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/traverse
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/traverse --dev
  12. ```