Files
med-notes/.pnpm-store/v10/files/ab/071ff94e959282dd8e1484c3e210c8e28632b9138d017fd64c765ec9ff679f0c32cb6634aaf4feec616daaaea8979b7864fa01d07334fcf9605503f46e8957
2025-05-09 05:30:08 +02:00

20 lines
525 B
Plaintext

# @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](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.
## Install
Using npm:
```sh
npm install --save-dev @babel/traverse
```
or using yarn:
```sh
yarn add @babel/traverse --dev
```