rocambole-node-update:更新Swiss Roll AST节点

时间:2024-06-15 01:59:16
【文件属性】:

文件名称:rocambole-node-update:更新Swiss Roll AST节点

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-15 01:59:16

nodejs npm-package deprecated ast rocambole

不推荐使用 Rocambole项目不再维护。 rocambole-node-update 更新 AST节点 安装 $ npm install rocambole-node-update 用法 const rocambole = require ( 'rocambole' ) ; const updateNode = require ( 'rocambole-node-update' ) ; rocambole . moonwalk ( 'if (true) { foo() }' , node => { if ( node . type === 'CallExpression' ) { updateNode ( node , 'bar()' ) ; } } ) . toString ( ) ; //=> 'if (true) { bar() }' 执照 麻省理工学院:copyright:


【文件预览】:
rocambole-node-update-main
----.gitignore(23B)
----package.json(644B)
----.npmrc(19B)
----.travis.yml(43B)
----index.js(325B)
----test.js(674B)
----license(1KB)
----readme.md(723B)
----.gitattributes(29B)
----.editorconfig(175B)

网友评论