xiansin 98ba939c85 feat: 新增node_module 模块保证 eslint的完整性,格式化play.vue 2 years ago
..
lib 98ba939c85 feat: 新增node_module 模块保证 eslint的完整性,格式化play.vue 2 years ago
node_modules 98ba939c85 feat: 新增node_module 模块保证 eslint的完整性,格式化play.vue 2 years ago
scripts 98ba939c85 feat: 新增node_module 模块保证 eslint的完整性,格式化play.vue 2 years ago
LICENSE 98ba939c85 feat: 新增node_module 模块保证 eslint的完整性,格式化play.vue 2 years ago
README.md 98ba939c85 feat: 新增node_module 模块保证 eslint的完整性,格式化play.vue 2 years ago
package.json 98ba939c85 feat: 新增node_module 模块保证 eslint的完整性,格式化play.vue 2 years ago

README.md

@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