Skip to content

Files

Latest commit

4108524 · Jun 7, 2020

History

History
This branch is 4174 commits behind main.

babel-traverse

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 7, 2020
Jun 7, 2020
Mar 26, 2017
Jul 3, 2018
May 27, 2020

@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