ICT30016-Assignment-3/node_modules/@babel/traverse
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00
..
lib intial 2025-09-16 12:09:52 +10:00
LICENSE intial 2025-09-16 12:09:52 +10:00
package.json intial 2025-09-16 12:09:52 +10:00
README.md intial 2025-09-16 12:09:52 +10:00

@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