JSPM

@babel/traverse

8.0.0-alpha.17
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 65568696
  • Score
    100M100P100Q298997F
  • 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/package.json

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