cat-bookmarker/assets/node_modules/@babel/traverse
Nat 96939b7aee
Clean up repo and update deps
2024-03-10 11:52:04 -07:00
..
lib Clean up repo and update deps 2024-03-10 11:52:04 -07:00
scripts Clean up repo and update deps 2024-03-10 11:52:04 -07:00
LICENSE Clean up repo and update deps 2024-03-10 11:52:04 -07:00
README.md Clean up repo and update deps 2024-03-10 11:52:04 -07:00
package.json Clean up repo and update deps 2024-03-10 11:52:04 -07:00

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

Install

Using npm:

npm install --save-dev @babel/traverse

or using yarn:

yarn add @babel/traverse --dev