自定义的脚手架 wb
It is a hierarchical program representation that presents source code structure according to the grammar of a programming language, each AST node corresponds to an item of a source code.
它是一种分层的程序表示,根据编程语言的语法来表示源代码结构,每个 AST 节点对应一个源代码项。
npm install
npm link
wb -h
wb exportific -f demo.js
把 function() {} 批量变成 () => {}