金鱼草节点 用于创建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