@babel/traverse (7.28.3)
Published 2026-02-24 13:48:56 +00:00 by atheaadmin
Installation
@babel:registry=npm install @babel/traverse@7.28.3"@babel/traverse": "7.28.3"About this package
@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
Dependencies
Dependencies
| ID | Version |
|---|---|
| @babel/code-frame | ^7.27.1 |
| @babel/generator | ^7.28.3 |
| @babel/helper-globals | ^7.28.0 |
| @babel/parser | ^7.28.3 |
| @babel/template | ^7.27.2 |
| @babel/types | ^7.28.2 |
| debug | ^4.3.1 |
Development Dependencies
| ID | Version |
|---|---|
| @babel/core | ^7.28.3 |
| @babel/helper-plugin-test-runner | ^7.27.1 |