Back to Babel

@babel/traverse

packages/babel-traverse/README.md

7.29.2524 B
Original Source

@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 or the issues associated with this package.

Install

Using npm:

sh
npm install --save-dev @babel/traverse

or using yarn:

sh
yarn add @babel/traverse --dev