dld_backend/node_modules/@babel/traverse
2025-10-30 12:13:02 +05:30
..
lib v0.0.1 2025-10-30 12:13:02 +05:30
node_modules v0.0.1 2025-10-30 12:13:02 +05:30
LICENSE v0.0.1 2025-10-30 12:13:02 +05:30
package.json v0.0.1 2025-10-30 12:13:02 +05:30
README.md v0.0.1 2025-10-30 12:13:02 +05:30
tsconfig.overrides.json v0.0.1 2025-10-30 12:13:02 +05:30

@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