snapdragon node:Snapdragon实用程序用于以自定义代码(例如插件)创建新的AST节点 源码
金鱼草节点 用于创建AST节点的类。 请考虑关注该项目的作者 ,并考虑为该项目以显示您的 :red_heart_selector: 和支持。 安装 使用安装: $ npm install --save snapdragon-node 用法 const Node = require ( 'snapdragon-node' ) ; // either pass on object with "type" and (optional) "val" const node1 = new Node ( { type : 'star' , val : '*' } ) ; // or pass "val
文件列表
snapdragon-node-master.zip
(预估有个15文件)
snapdragon-node-master
.gitignore
302B
README.md
15KB
.verb.md
2KB
CHANGELOG.md
2KB
example.js
172B
.github
contributing.md
3KB
test
test.js
13KB
暂无评论