mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
* feat: get by key path in flow-node-variable-data * feat: scope chain transform service * feat: form outputs plugin * feat: base variable field * feat: move set var get var to scope * feat: batch outputs * feat: form plugin create effect by func * feat: batch output key configuration * feat: merge effet api in form plugin * feat: form plugin * fix: variable layout test * feat: simplify defineFormPluginCreator
变量引擎
文件夹结构
- ast 可响应AST树实现
- common 通用AST节点
- declaration 声明AST节点
- expression 表达式AST节点
- type 类型AST节点
- utils 工具函数
- ast-node.ts 可响应式AST基类实现
- ast-registers.ts AST节点注册器
- scope 作用域实现
- datas 作用域内部的Data
- scope-available-data.ts 作用域可用变量
- scope-output-data.ts 作用域输出变量
- scope-chain.ts 作用域链抽象实现
- scope.ts 作用域实体
- variable-table.ts 变量快速访问表