install-nix-action/node_modules/@babel/traverse
Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00
..
lib v5 2019-11-13 17:14:48 +01:00
node_modules/.bin v5 2019-11-13 17:14:48 +01:00
LICENSE v5 2019-11-13 17:14:48 +01:00
package.json v5 2019-11-13 17:14:48 +01:00
README.md v5 2019-11-13 17:14:48 +01: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