UNPKG

gogoast

Version:

The simplest tool to parse/transform/generate code by ast

7 lines 172 B
module.exports = { dep: [], go(ast, { filePath }) { ast.replaceSelBySel(`calc`, `cal`) ast.replaceSelBySel(`var $_$ = $_$`, `let $_$ = $_$`) } }