Package Exports
- @babel/traverse
- @babel/traverse/lib/cache
- @babel/traverse/lib/cache.js
- @babel/traverse/lib/context.js
- @babel/traverse/lib/hub
- @babel/traverse/lib/hub.js
- @babel/traverse/lib/index.js
- @babel/traverse/lib/path
- @babel/traverse/lib/path/context.js
- @babel/traverse/lib/path/family
- @babel/traverse/lib/path/family.js
- @babel/traverse/lib/path/index.js
- @babel/traverse/lib/scope/binding
- @babel/traverse/lib/scope/binding.js
- @babel/traverse/lib/traverse-node
- @babel/traverse/lib/traverse-node.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@babel/traverse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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