效果 目录结构 ├── core.ts # 核心代码 ├── index.ts # 入口文件 ├── Node.ts # 节点类型定义文件 运行 编译成 JS 文件 tsc index.ts 运行 JS 文件 node index.js