Urara-Blog/node_modules/.pnpm-store/v3/files/a1/64595e96e41d55a0f3866265aa7c62c896371f4308d576b9c09c9989969c04354d94f1494e567b0332576011ad416185d35e204adb641d786485f2c2cd60db
2022-08-14 01:14:53 +08:00

19 lines
528 B
Text

# @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/en/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
```