JSPM

@babel/traverse

7.21.4-esm.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 65760667
  • Score
    100M100P100Q299202F
  • License MIT

The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes

Package Exports

  • @babel/traverse
  • @babel/traverse/lib/context.js
  • @babel/traverse/lib/index.js
  • @babel/traverse/lib/path
  • @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

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